Tagged Questions
3
votes
2answers
362 views
Question on date and timezone in Linux
I did the date command and it gave the following output
root@localhost:~$ date
Thu Dec 30 14:19:47 UTC 2010
Then i modified the date using date -s command whichn gave the following output
...
2
votes
5answers
212 views
How to get the timezone of a system image?
I'd like to get the timezone of a system. Now some caveats...
Im using Linux, and the target systems will be UNIX.
I'll be using only system images, ie. not the live system, but the partitions will ...
1
vote
2answers
492 views
How do I make sure that BOTH my server and MYSQL have the same timezone?
Because when I create a time in Python scripts..I want it to match MYSQL's time.
How do I make BOTH of them pacific time?