parseAbsTimeUsing

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

alias parseAbsTimeUsing = parseTimeLikeUsing!AbsTime

Meta