Skip to content
Snippets Groups Projects
Commit bcb9e515 authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch '294-fix-date-timestamp-formats' into 'dev'

Added date var

See merge request !153
parents d52cf452 207a7a13
No related branches found
No related tags found
2 merge requests!163Relase 1.3.0,!153Added date var
...@@ -559,6 +559,7 @@ VALUES ('ROOT', 'root', 'PRIVILEGED_USERNAME', 1), ...@@ -559,6 +559,7 @@ VALUES ('ROOT', 'root', 'PRIVILEGED_USERNAME', 1),
INSERT INTO mdb_images_date (iid, database_format, unix_format, example, has_time) INSERT INTO mdb_images_date (iid, database_format, unix_format, example, has_time)
VALUES (1, '%Y-%c-%d %H:%i:%S.%f', 'yyyy-MM-dd HH:mm:ss.SSSSSS', '2022-01-30 13:44:25.499', true), VALUES (1, '%Y-%c-%d %H:%i:%S.%f', 'yyyy-MM-dd HH:mm:ss.SSSSSS', '2022-01-30 13:44:25.499', true),
(1, '%Y-%c-%d %H:%i:%S', 'yyyy-MM-dd HH:mm:ss', '2022-01-30 13:44:25', true); (1, '%Y-%c-%d %H:%i:%S', 'yyyy-MM-dd HH:mm:ss', '2022-01-30 13:44:25', true),
(1, '%Y-%c-%d', 'yyyy-MM-dd', '2022-01-30', false);
COMMIT; COMMIT;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment