All Versions
5
Latest Version
Avg Release Cycle
781 days
Latest Release
106 days ago
Changelog History
Changelog History
-
v1.0.4 Changes
February 26, 2026๐ Fixed
- ๐
%Qnow returns milliseconds since epoch, matching Ruby'sDateTime#strftime. Previously it returned microseconds.
โ Removed
- โ Removed unused
%fpadding entry. Ruby does not implement%fas a strftime directive.
๐ Changed
- ๐ Minimum supported Go version is now 1.25 (following Go's two-release support policy).
- ๐ CI migrated from Travis CI and AppVeyor to GitHub Actions, testing on Linux, macOS, and Windows across Go 1.25.x and 1.26.x.
- ๐
-
v1.0.3 Changes
August 20, 2017๐ Changes
- ๐ VMS
%vmonth is now uppercase. This agrees with OpenVMS documentation and with RubyTime.strftime; disagrees with RubyDate.strftimeandDateTime.strftime. (See Ruby bug #13810.) - Implemented
%:::z.
- ๐ VMS
-
v1.0.2 Changes
August 12, 2017๐ Bugs Fixed
- ๐ Week numbers (
%Uand%W) are now compatible with Ruby
Other
- 100% coverage
- ๐ Week numbers (
-
v1.0.1 Changes
August 10, 2017๐ Bug Fixes
- Reverse precedence of flags and width
- ๐ Fix
_flag
Other
- โ Remove
%f(not present in Rubystrftime) - โ More test coverage
- ๐ More docs
-
v1.0.0
August 10, 2017