FIX strftime format that works in Alpine
1 files changed, 1 insertions(+), 1 deletions(-) M src/pds/pds.ml
M src/pds/pds.ml +1 -1
@@ 76,7 76,7 @@ module Hash_db = struct (fun (path, modified_at) -> ignore (Unix.system (sprintf "touch -d '%s' %S" modified_at path))) rows; - let stmt = Sqlite3.prepare db "select strftime('%FT%T')" in + let stmt = Sqlite3.prepare db "select strftime('%Y-%m-%dT%H:%M:%S')" in let rc, rows = Sqlite3.fold stmt