Task: Migrated from Date to ISO8601d

This commit is contained in:
Paul Beckingham
2015-10-04 17:18:31 -04:00
parent 1eb9c243fe
commit 13b8c1a3cc
3 changed files with 30 additions and 31 deletions

View File

@@ -611,6 +611,7 @@ bool ISO8601d::parse_epoch (Nibbler& n)
int epoch;
if (n.getUnsignedInt (epoch) &&
n.depleted () &&
epoch >= 315532800)
{
_date = static_cast <time_t> (epoch);