You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that if you format dates (submission date and public release date) into the ISO8601 format, the SRA converter seems to ignore them, when using BII-S-7. To get the converter to pick them up you need to have in formate dd/mm/yyyy, which is not ideal.
The text was updated successfully, but these errors were encountered:
The dd/mm/yyyy does however make it easier for data entry for the user. Strictly speaking the spec says it should be ISO8601, and the date formatting is picked up by the validators, but I guess we could make the lower level tools strict and perhaps user tools transparent to the strictness?
I believe it's possible to map any Java Date object to any format we like and there's some in-built formatters for this, so I'm sure it can be done to ISO 8601 also.
I noticed that if you format dates (submission date and public release date) into the ISO8601 format, the SRA converter seems to ignore them, when using BII-S-7. To get the converter to pick them up you need to have in formate dd/mm/yyyy, which is not ideal.
The text was updated successfully, but these errors were encountered: