gkobler 38 Posted November 12, 2022 Does anyone have experience with Firebird 4, D11.2, FireDAC and the new data type "TimeStamp with TimeZone"? I would like to show the time zone with Thanks in Advanced Share this post Link to post
baeckerg 6 Posted November 12, 2022 I moved away from those approaches and store in ISO 8601 format using the System.DateUtils.DateToISO8601. I find it more reliable and independent from system settings Share this post Link to post
gkobler 38 Posted November 13, 2022 On 11/12/2022 at 2:28 PM, baeckerg said: I moved away from those approaches and store in ISO 8601 format using the System.DateUtils.DateToISO8601. I find it more reliable and independent from system settings Thanks, but at the moment not an option for me Share this post Link to post
Fr0sT.Brutal 900 Posted November 14, 2022 On 11/12/2022 at 4:28 PM, baeckerg said: I moved away from those approaches and store in ISO 8601 format using the System.DateUtils.DateToISO8601. I find it more reliable and independent from system settings Time with TZ is independent from any system settings 2 Share this post Link to post