iso8601

ISO-8601 format :: "2006-01-31 14:49:30,001"

Returns the number of elements consumed by the parse; zero if the parse failed

Quote from http://en.wikipedia.org/wiki/ISO_8601 (2009-09-01): "Decimal fractions may also be added to any of the three time elements. A decimal point, either a comma or a dot (without any preference as stated most recently in resolution 10 of the 22nd General Conference CGPM in 2003), is used as a separator between the time element and its fraction."

  1. size_t iso8601(T[] src, Time value)
    size_t
    iso8601
    (
    T
    )
    (
    T[] src
    ,)
  2. size_t iso8601(T[] src, TimeOfDay tod, Date date)

Meta