Using Crystal Reports XI, MS SQL Server 2000
I have a column in database that stores epoch time (seconds since 1.1.1970 00:00:00 GMT). I how ever need to report that as local Finnish time and take into account the Daylight Saving Time.
So is this correct:
ShiftDateTime(<date/time column>, ",0",",-120,DST")
The 'DST' is what i'm wondering about. I.e. is it applicable also for European Daylight Saving Time or is it US specific? And if it is US specific, what would the string be for European Daylight Saving Time? EDST? I can't find the information from the Online Help, only examples.
Br, Ville
I have a column in database that stores epoch time (seconds since 1.1.1970 00:00:00 GMT). I how ever need to report that as local Finnish time and take into account the Daylight Saving Time.
So is this correct:
ShiftDateTime(<date/time column>, ",0",",-120,DST")
The 'DST' is what i'm wondering about. I.e. is it applicable also for European Daylight Saving Time or is it US specific? And if it is US specific, what would the string be for European Daylight Saving Time? EDST? I can't find the information from the Online Help, only examples.
Br, Ville