Jump to content

blitt001

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. TDateTime datatypes are always compensated by their timezone when using the buildin RTTI conversion that Curiosity has. So, when you want to transfer a JSON datetime like "2019-09-01T00:00:00", because of the timezone compensating, the variable in the application will be 2019-09-01T01:00:00+0100 depending on your timezone. It is not possible to disable this, because the ISO8601xxx functions that are not used always have the UTC parameter value FALSE. Would it possible to add a feature that we can define if the conversion routines should handle the TDateTime type with or without UTC ?
×