Changes between Initial Version and Version 3 of Ticket #1671
- Timestamp:
- 05/02/10 12:59:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1671
- Property Status changed from new to accepted
- Property Votes for changeset changed from to andrew_b
- Property Severity changed from no branch to on review
- Property Version changed from 4.7.0-pre3 to master
- Property Milestone changed from 4.7 to 4.7.2
- Property Owner set to zaytsev
-
Ticket #1671 – Description
initial v3 1 1 On some systems {{{i18n_checktimelength}}} may vary not only depending on locale but also on the current month. 2 3 2 For example, with Russian locale on Solaris, 9th month %b is "{{{сент.}}}", 10th month is "{{{окт.}}}". 4 3 So, this function returns 14 in September, and 13 in October. September dates are cut in October, and "{{{ент.}}}" is displayed.