From 1e21ccecea0b81f13cea220b69e387542a861551 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 10 Jun 2024 19:07:19 +0200 Subject: =?UTF-8?q?Add=20TZFlag=20support=20(for=20GDAl=20=E2=89=A53.8).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Commented out in config.yml for now since Bookworm has only v3.6.) --- config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index a28ec0b..89a32c7 100644 --- a/config.yml +++ b/config.yml @@ -135,7 +135,11 @@ layers: # # * UUID (UUID string representation, only valid for String). # SubType: UUID # -# # Default timezone (optional), for Time and DateTime types +# # Feature field timezone (optional), for Time, Date and DateTime types. One of: +# # * None (unknown timezone); +# # * Local (local time); +# # * UTC (alias GMT); or +# # * [+-]HH:MM or UTC[+-]HH:MM # #TZFlag: local # # # Formatting precision for this field in characters (optional, this should @@ -237,7 +241,7 @@ layers: #width: 36 - name: skapad type: DateTime - #TZFlag: TODO + #tz: local - name: lanskod type: Integer subtype: Int16 @@ -270,7 +274,7 @@ layers: #width: 36 - name: skapad type: DateTime - #TZFlag: TODO + #tz: local - name: kommunkod type: Integer subtype: Int16 -- cgit v1.2.3