Quote:
Originally Posted by Wiggo
One more question please, chaley.
The timestamp has the time 00:00:00 CEST. Can this be changed?
When daylight saving time is changed again, all dates have a timeshift of -1 day, which admittedly annoys me a bit.
|
Use date_arithmetic() to add the number of hours you want. Example: to add 12 hours to the date making it noon, use:
Code:
program: date_arithmetic(sublist($#startdates, 0, 1, ','), '12h')