Skip to content

Commit

Permalink
update issue code for acq_time with frac secs
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jul 23, 2020
1 parent 8779ee9 commit d4d0188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/utils/issues/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export default {
key: 'ACQTIME_FMT',
severity: 'error',
reason:
'Entries in the "acq_time" column of _scans.tsv should be expressed in the following format YYYY-MM-DDTHH:mm:ss (year, month, day, hour (24h), minute, second; this is equivalent to the RFC3339 date-time format. ',
'Entries in the "acq_time" column of _scans.tsv should be expressed in the following format YYYY-MM-DDTHH:mm:ss[.000000] (year, month, day, hour (24h), minute, second, and optionally fractional second; this is equivalent to the RFC3339 "date-time" format.',
},
85: {
key: 'SUSPICIOUSLY_LONG_EVENT_DESIGN',
Expand Down

0 comments on commit d4d0188

Please sign in to comment.