Ok so I am having a small issue really small tiny issue and that is storing status posts and what timezone they should be stored in. I know it is something in the background and MongoDB currently is storying the post in the database in Zulu time which is fine, lets face it to convert +10 or -10 is easy from any timezone, but I am wondering what does Facebook and Twitter store the status post or tweets in when it comes to there database are they also using Zulu or something more local.
I ask this because our servers are based in USA and our office is in Melbourne Australia - so when it comes to checking everything on the PHP side is working fine, we check error logs in Melbourne/Australia time as the server is set up for +10GMT but it seems the MongoDB is running on Zulu time zone which is +00 -00.
It is also noted that many of the Army, Navy and defence units around the world use Zulu time - according to Google
I also found this link http://www.navy.mil/navydata/questions/zulutime.html
Which states:
Unfortunately the Earth does not rotate at exactly a constant rate. Due to various scientific reasons and increased accuracy in measuring the earth's rotation, a new timescale, called Coordinated Universal Time (UTC), has been adopted and replaces the term GMT.
any advice would be welcomed.