Is there ever a good reason to store time not in UTC?

Posted by landon9720 on Stack Overflow See other posts from Stack Overflow or by landon9720
Published on 2009-07-14T20:21:46Z Indexed on 2010/05/29 16:32 UTC
Read the original article Hit count: 153

Filed under:
|
|

I am wondering if there are any good reasons to ever store time information in anything other that UTC (GMT)? I believe that this is a solid rule for all software engineering. The conversion to local time is merely a translation that happens at the UI layer for display purposes. I have also seen cases where the translatation is needed in order to implement an algorithm correctly (for handling midnight date changes, etc.).

© Stack Overflow or respective owner

Related posts about date

Related posts about time