Subject | Re: Daylight saving |
---|---|
Author | Adam |
Post date | 2005-06-28T09:31:54Z |
Hello Will,
The solution is not simple, however it can be done using UDF's. If you
are using a windows setup, the Timezone information can be read from
the registry.
The parameters I pass into the UDF function are the Timezone name and
local time and it returns the gmt time as a timestamp. But it gets
stored the same way as any other timestamp field.
Adam
The solution is not simple, however it can be done using UDF's. If you
are using a windows setup, the Timezone information can be read from
the registry.
The parameters I pass into the UDF function are the Timezone name and
local time and it returns the gmt time as a timestamp. But it gets
stored the same way as any other timestamp field.
Adam