ISO8601: Restored support for the UTC & local non-extended full form

This commit is contained in:
Paul Beckingham 2015-07-04 16:04:03 -04:00
parent a7982e434a
commit b0c8f4ca4f
3 changed files with 44 additions and 3 deletions

View file

@ -43,6 +43,7 @@ public:
void set_default_time (int, int, int);
private:
bool parse_date_time (Nibbler&);
bool parse_date_time_ext (Nibbler&);
bool parse_date_ext (Nibbler&);
bool parse_off_ext (Nibbler&);