tuesday v1.0.3 Release Notes
Release Date: 2017-08-20 // about 7 years ago-
๐ Changes
- ๐ VMS
%v
month is now uppercase. This agrees with OpenVMS documentation and with RubyTime.strftime
; disagrees with RubyDate.strftime
andDateTime.strftime
. (See Ruby bug #13810.) - Implemented
%:::z
.
- ๐ VMS
Previous changes from v1.0.2
-
๐ Bugs Fixed
- ๐ Week numbers (
%U
and%W
) are now compatible with Ruby
Other
- 100% coverage
- ๐ Week numbers (