Format a SysTime using the format spec fmt. This version generates specialized code for the given fmt.
Format a SysTime using the format spec fmt. This version parses fmt at runtime.
Parse the given string into a SysTime, using the format spec fmt. This version generates specialized code for the given fmt.
Parse the given string into a SysTime, using the format spec fmt. This version parses fmt at runtime.
Format a SysTime using the format spec fmt. This version generates specialized code for the given fmt.
Format a SysTime using the format spec fmt. This version parses fmt at runtime.
Calculate the maximum amount of characters needed to store a time in this format. Can be evaluated at compile-time.
We assume that no timezone will have a name longer than this. If one does, it is truncated to this length.
Workaround SysTime.fracSecs only being available in 2.067, and SysTime.fracSec becoming deprecated in the same version.
As above, for Duration.split and Duration.get
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Time string formatting and such.