Difference between revisions of "SDMX Time Formats"
Jump to navigation
Jump to search
(Created page with "= Time Formats = <p>SDMX has a list of valid representations for time. These representaions should be used when reporting time series data, if Frequency is also reported, the...") |
(→Time Formats) |
||
Line 4: | Line 4: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
− | ! Frequency !! Format | + | ! Frequency !! Format !! Example |
|- | |- | ||
| Annual || YYYY || 2010 | | Annual || YYYY || 2010 |
Revision as of 07:12, 20 February 2020
Time Formats
SDMX has a list of valid representations for time. These representaions should be used when reporting time series data, if Frequency is also reported, then the reported frequency should match the reported time value.
The valid time values are
Frequency | Format | Example |
---|---|---|
Annual | YYYY | 2010 |
Monthly | YYYY-MM | 2010-01 |
Daily | YYYY-MM-DD | 2010-01-01 |
Date Time | YYYY-MM-DDThh:mm:ss | 2010-01T20:22:00 |
Quarterly | YYYY-Qn | 2010-Q1 |
Semester | YYYY-Sn | 2010-S1 |
Trimester | YYYY-Tn | 2010-T1 |