1
vote
2answers
62 views
/usr/share/zoneinfo epic fail
I have just, in my groggy morning state, reversed & confused the arguments to ln, replacing /usr/share/zoneinfo/America/Toronto with a link to the non-existant /etc/localtime, when I really wanted …
0
votes
3answers
103 views
How do I preserve localtime() as an int when printing?
I'm trying to append the integral return value of localtime (in Perl) but I can't seem to avoid it converting the return val to something that looks like this: Sun Jul 26 16:34:49 2009
When I say …
0
votes
3answers
151 views
Replacing time() and localtime() with user-independent equivalents
I have a program that uses time() and localtime() to set an internal clock, but this needs to be changed so that the internal clock is independent of the user and the "real" time. I need to be able …
0
votes
4answers
596 views
Why LocalTime displays server time and not browser time?
I am probably doing something wrong -- but cant figure why.
I have a DateTime field in my DB keeping a UTC time
My server is in the US, and the browser is in Europe.
The PageLoad Code is as …
