Timestamp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
This format does require a certain symbology. In short we will describe it here. More details can be found at [https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#patterns java's DateTimeFormatter patterns]. | This format does require a certain symbology. In short we will describe it here. More details can be found at [https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html#patterns java's DateTimeFormatter patterns]. | ||
{ | {| | ||
! Symbol | ! Symbol | ||
! Meaning | ! Meaning |
Revision as of 14:19, 21 July 2020
This page is currently under construction...
The Timestamp format used in your project can be changed in in the Project Detail panel. This format will be used to interpret timestamps present in time-values CSV data, used for example by an Inlet Q's dynamic range in the Water Overlay Wizard.
This format does require a certain symbology. In short we will describe it here. More details can be found at java's DateTimeFormatter patterns.
Symbol | Meaning | Examples |
---|---|---|
y | year | 2004; 04 |