Strftime and strptime are functions found in nearly all C library
implementations but with slightly different behaviors on each platform.
To provide identical behavior on all platforms where Go is supported, this
strtime package provides two functions Strftime and Strptime which can be used
in lieu of the platform's native C implementation.