ISO8601d: ::parse_named can also skip ::validate and ::resolve
This commit is contained in:
@@ -103,32 +103,33 @@ static void midsommarafton (struct tm* t)
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// <day>
|
||||
// <month>
|
||||
// Nth
|
||||
// socy, eocy
|
||||
// socq, eocq
|
||||
// socm, eocm
|
||||
// som, eom
|
||||
// soq, eoq
|
||||
// soy, eoy
|
||||
// socw, eocw
|
||||
// sow, eow
|
||||
// soww, eoww
|
||||
// sod, eod
|
||||
// yesterday
|
||||
// today
|
||||
// now
|
||||
// tomorrow
|
||||
// later = midnight, Jan 18th, 2038.
|
||||
// someday = midnight, Jan 18th, 2038.
|
||||
// easter
|
||||
// eastermonday
|
||||
// ascension
|
||||
// pentecost
|
||||
// goodfriday
|
||||
// midsommar = midnight, 1st Saturday after 20th June
|
||||
// midsommarafton = midnight, 1st Friday after 19th June
|
||||
// Note how these are all single words:
|
||||
// <day>
|
||||
// <month>
|
||||
// Nth
|
||||
// socy, eocy
|
||||
// socq, eocq
|
||||
// socm, eocm
|
||||
// som, eom
|
||||
// soq, eoq
|
||||
// soy, eoy
|
||||
// socw, eocw
|
||||
// sow, eow
|
||||
// soww, eoww
|
||||
// sod, eod
|
||||
// yesterday
|
||||
// today
|
||||
// now
|
||||
// tomorrow
|
||||
// later = midnight, Jan 18th, 2038.
|
||||
// someday = midnight, Jan 18th, 2038.
|
||||
// easter
|
||||
// eastermonday
|
||||
// ascension
|
||||
// pentecost
|
||||
// goodfriday
|
||||
// midsommar = midnight, 1st Saturday after 20th June
|
||||
// midsommarafton = midnight, 1st Friday after 19th June
|
||||
//
|
||||
bool namedDates (const std::string& name, Variant& value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user