-4

We had an application with some inconsistent Date/Time stamps used. In some places we used UTC time zone and few other places with Central Time Zone. I'm looking for an approach to consolidate all the Date/Time stamps across application to UTC, and also to support localization of these Time stamps.

1 Answers1

1

I don't think you CAN work out which is CET and which is UTC.

Imagine you have the following 3 fields in your database:

2018-01-02T12:00:00
2018-01-02T13:00:00
2018-01-02T14:00:00

One of them is CET, the other 2 are UTC.

Neil
  • 11,059
  • 3
  • 31
  • 56