D
David
I'm planning on converting all my database times to UTC.
I've have all the procedures set up for converting LocalUTC
and UTCLocal.
One potential issue that comes to mind is what I call "Date RollUp"
That is the time period at UTC time for a date, which will break differently
than at the users TimeZone (e.g. Central Standard Time) when rolling up
"dependent" data because of the time (hh:mm:ss) the data was originally time
stamped (e.g. Central Standard Time). This may have
an effect on dependent field values. For example if you are taking sales
and you want the total sales that occurred during "a" day, the value
returned may be different based on how the query is constructed.
Another issue is all the date conversions (to and from the DB as well as any
date checks, queries, etc) that need to take place which "May" significantly
slow down processing.
Anyone had any experience storing date/times in UTC and offer any
suggestions or pitfalls of concern?
I've have all the procedures set up for converting LocalUTC
and UTCLocal.
One potential issue that comes to mind is what I call "Date RollUp"
That is the time period at UTC time for a date, which will break differently
than at the users TimeZone (e.g. Central Standard Time) when rolling up
"dependent" data because of the time (hh:mm:ss) the data was originally time
stamped (e.g. Central Standard Time). This may have
an effect on dependent field values. For example if you are taking sales
and you want the total sales that occurred during "a" day, the value
returned may be different based on how the query is constructed.
Another issue is all the date conversions (to and from the DB as well as any
date checks, queries, etc) that need to take place which "May" significantly
slow down processing.
Anyone had any experience storing date/times in UTC and offer any
suggestions or pitfalls of concern?