Releases: osteele/tuesday
Releases · osteele/tuesday
v1.0.3
Changes
- VMS
%v
month is now uppercase. This agrees with OpenVMS documentation and with Ruby Time.strftime
; disagrees with Ruby Date.strftime
and DateTime.strftime
. (See Ruby bug #13810.)
- Implemented
%:::z
.
v1.0.2
Bugs Fixed
- Week numbers (
%U
and %W
) are now compatible with Ruby
Other
v1.0.1
Bug Fixes
- Reverse precedence of flags and width
- Fix
_
flag
Other
- Remove
%f
(not present in Ruby strftime
)
- More test coverage
- More docs