Skip to content

Commit 4b2f069

Browse files
sappelhoffeffigies
andauthored
[ENH] Allow fractional seconds in StartTime (#1459)
* [ENH] Allow fractional seconds in StartTime * less wordy Co-authored-by: Chris Markiewicz <[email protected]> --------- Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 1d691e3 commit 4b2f069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schema/objects/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3277,6 +3277,8 @@ StartTime:
32773277
description: |
32783278
Start time in seconds in relation to the start of acquisition of the first
32793279
data sample in the corresponding (neural) dataset (negative values are allowed).
3280+
This data MAY be specified with sub-second precision using the syntax `s[.000000]`,
3281+
where `s` reflects whole seconds, and `.000000` reflects OPTIONAL fractional seconds.
32803282
type: number
32813283
unit: s
32823284
StationName:

0 commit comments

Comments
 (0)