Re: Current Time(*) timezone

2019-02-25 Thread Keisuke Miyako via 4D_Tech
Current time(*) and Current date(*) are returned the server's timezone. if daylight saving ended on the server side, but not on the client side, nothing is done to convert the value across timezones. the advantage of using Timestamp (UTC) is that it is agnostic to timezones. 2019/02/26 6:21、Jim

Current Time(*) timezone

2019-02-25 Thread Jim Crate via 4D_Tech
After messing around with timezone offset detection/conversion recently in 4D I’m curious if you use the * parameter to get the current time from the server, is that time converted to the user’s timezone or will that be the time in the server’s timezone? Jim Crate *