Project

General

Profile

Actions

Bug #5617

open

date time format strings need a system

Added by Margaret O'Brien over 12 years ago. Updated over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
eml - general bugs
Target version:
Start date:
06/05/2012
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
5617

Description

EML has a formatString element that takes text strings, and the spec give several examples. Translating dates would be much easier if the system which specified the format was included.

This data: 01May2007

The spec example suggests DDWWWYYYY
which is specified by the system [unknown]

Another representation of this date is

<formatString>DDMonYYYY</formatString>

which can be read directly by postgresql. So using something like this:
<formatString system="sql">DDMonYYYY</formatString>

would be more informative and make interpretation easier for code like the DML.

example doc using this date format: knb-lter-sbc.61.1

Actions

Also available in: Atom PDF