Hi Vincent, although I am implementing it in TMS Webcore. I was looking to see how others had done it in VCL… which is why I had put it in the VCL cubbyhole.
Then I could decide how to implement it for my case.
Although I am leaning towards one of these
Send the client timezone to the web-server via an HTTP header, and let the server take care of it.
Implement a helper class on TDBEdit / TDBDateEdit / TDBDatePicker or whichever control I decide to use. This would give me a solution for VCL-clients too (for futurre).
There is an option 3, to implement a helper class for TDateField, but this has limited support in TMS.