Jackelmyer
Programmer
I need to do some date calculations on a report. I need to pull a date in a database that's stored in UTC time and calculate the total number of dates between that date and today. But I need to calculate Today as Today in UTC time. To avoid timezone conflicts between LocalTime and the UTC stored time. Can anyone recommend a way to do that?