diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |