Ticket #1671 (closed defect: fixed)
i18n_checktimelength may vary depending on the season
| Reported by: | sfionov | Owned by: | zyv |
|---|---|---|---|
| Priority: | major | Milestone: | 4.7.2 |
| Component: | mc-core | Version: | master |
| Severity: | merged | Keywords: | |
| Cc: | Votes for changeset: | committed-master committed-stable | |
| Blocking: | Blocked By: |
Description (last modified by andrew_b) (diff)
On some systems i18n_checktimelength may vary not only depending on locale but also on the current month.
For example, with Russian locale on Solaris, 9th month %b is "сент.", 10th month is "окт.".
So, this function returns 14 in September, and 13 in October. September dates are cut in October, and "ент." is displayed.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


