ZSQLCatalog/SearchKey/DateTimeKey.py: Change date delimiter from a dash to a...
ZSQLCatalog/SearchKey/DateTimeKey.py: Change date delimiter from a dash to a slash to use local timezone automatically. DateTime('2012-01-01') ignores timezone and DateTime('2012/01/01') does not ignore timezone. Since timezone is a must, change date delimiter from a dash to a slash.
Showing
Please register or sign in to comment