Commit 9f2a3ff Nadir Trapsida
committed
1 parent a48eba6 commit 9f2a3ff Copy full SHA for 9f2a3ff
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -236,11 +236,11 @@ class URL(ExtendedSchemaNode):
236
236
class DateTimeInterval (ExtendedSchemaNode ):
237
237
schema_type = String
238
238
description = (
239
- "DateTime format against OGC-API - Processes,"
240
- "to get values before a certain date-time use '../' before the date-time,"
241
- "to get values after a certain date-time use '/..' after the date-time like the example,"
242
- "to get values between two date-times use '/' between the date-times,"
243
- "to get values with a specific date-time just pass the datetime."
239
+ "DateTime format against OGC-API - Processes, "
240
+ "to get values before a certain date-time use '../' before the date-time, "
241
+ "to get values after a certain date-time use '/..' after the date-time like the example, "
242
+ "to get values between two date-times use '/' between the date-times, "
243
+ "to get values with a specific date-time just pass the datetime. "
244
244
)
245
245
example = "2022-03-02T03:32:38.487000+00:00/.."
246
246
regex_datetime = r"(\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d+)?(([+-]\d\d:\d\d)|Z)?)"
You can’t perform that action at this time.
0 commit comments