On 7 February 2013 10:25, Saravanan P <
sarav...@shriramits.com> wrote:
Please don't top post, it makes it difficult to follow the thread.
Insert your reply at appropriate points in previous message. Thanks.
> Because my application will use in several country so I need to know what
> time they are creating records.
You will know the time (in UTC). If you store updated_at, for
example, in the local timezone and you have one record with an
update_at of 12:00 and another 13:00 (for a different user) then you
would not know which came first. If they are all in UTC then you know
the exact time it actually happened.
Colin