This commit is contained in:
2021-02-02 22:53:43 +00:00
parent e6671fa2bb
commit d693b39a54

View File

@@ -421,6 +421,11 @@ namespace AyaNova.DataList
case UiFieldDataType.DateTime:
case UiFieldDataType.Time:
{
//##################################################################################################################
//TODO: DE-TOKENIZATION
//listOptions.ClientTimeStamp.DateTime contains the exact client time and date as expected
//##################################################################################################################
//Note: it is assumed all dates come into here from the CLIENT in UTC iso8601 format
//suitable for the database to handle as all database dates are in UTC
//Local display and parsing will be considered a CLIENT issue at all times