Opened 7 years ago
Last modified 6 years ago
#3366 new enhancement
r.timestamp, support for ISO 8601 strings
Reported by: | Nikos Alexandris | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | Temporal | Version: | unspecified |
Keywords: | timestamp, utc, iso 8601 | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description (last modified by )
Currently, r.timestamp
does not understand combined date and time expressions, for example in UTC, such as:
- 2017-06-28T15:10:33+00:00
- 2017-06-28T15:10:33Z
- 20170628T151033Z
Support for such would make it easier, for example, to use date and time expressions from Landsat metadata files.
Change History (8)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|---|
Milestone: | → 7.4.0 |
comment:3 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:4 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
Also related to G72:v.timestamp or G72:r3.timestamp. Requires changes in
lib/gis/timestamp.c
.