parseTime

Parse the given string into a SysTime, using the format spec fmt. This version generates specialized code for the given fmt.

alias parseTime = parseTimeLike!SysTime

Meta