K
kidkosmo
Hi, Gang,
So, I have a database that extracts data from an SQL server. When I
import that data, the incident open time is stated in GMT timezone.
One of the tasks I'm trying to perform is to calculate the amount of
time that incident has been open, but because the "Now()" function
uses the local system time, most of my calculations are coming out to
be negative numbers.
I considered using the formula "DateAdd([Now()],"h",-5)" to get to
Eastern timezone; however, my database is accessed by multiple people
within different timezones as well (ie. one person in New Jersey and
one in Seattle), so having a static "-5" doesn't quite work.
The question then: Is there a function that can automatically convert
local system time to GMT regardless of your timezone?
Thanks!
So, I have a database that extracts data from an SQL server. When I
import that data, the incident open time is stated in GMT timezone.
One of the tasks I'm trying to perform is to calculate the amount of
time that incident has been open, but because the "Now()" function
uses the local system time, most of my calculations are coming out to
be negative numbers.
I considered using the formula "DateAdd([Now()],"h",-5)" to get to
Eastern timezone; however, my database is accessed by multiple people
within different timezones as well (ie. one person in New Jersey and
one in Seattle), so having a static "-5" doesn't quite work.
The question then: Is there a function that can automatically convert
local system time to GMT regardless of your timezone?
Thanks!