Date problem
Howdy,
Current svn, Ubuntu 8.04
When I add an item to Library, the 'Date Added' and 'Date Modified' values are 25 hours into the future,
'Accessed' is 8 hours into the future.
The date and time display on my desktop are correct.
Any suggestions?
Thanks,
Kent
Current svn, Ubuntu 8.04
When I add an item to Library, the 'Date Added' and 'Date Modified' values are 25 hours into the future,
'Accessed' is 8 hours into the future.
The date and time display on my desktop are correct.
Any suggestions?
Thanks,
Kent
javascript:alert(-1 * (new Date().getTimezoneOffset() / 60))
What's the result, and does this match your GMT offset?
Also:
javascript:alert(new Date().toLocaleString())
it returns 18, I believe I'm -6
> javascript:alert(new Date().toLocaleString())
returns the time used by Zotero.
I have no idea where javascript gets it, my system clock looks to be set correctly.
Thanks,
Kent
The first Javascript snippet reports 1 and I'm in GMT +1 indeed; the second correctly reports the current time.
For attachments however the 'Accessed' value is one hour behind!