parseAbsTime

Parse the given string into an AbsTime, using the format spec fmt. This version generates specialized code for the given fmt. Fields which are not representable in an AbsTime, such as timezone, are parsed but silently discarded.

alias parseAbsTime = parseTimeLike!AbsTime

Meta