[Rt-commit] rt branch, datetime_locale_fixes, updated. rt-3.8.5-290-g361130e

Kevin Falcone falcone at bestpractical.com
Fri Oct 9 18:15:56 EDT 2009


The branch, datetime_locale_fixes has been updated
       via  361130e9b25f904cd38e470fa3d9c8222427d521 (commit)
      from  8139f0b974cf17305f1f0b88b1791a67f8196893 (commit)

Summary of changes:
 UPGRADING |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 361130e9b25f904cd38e470fa3d9c8222427d521
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Oct 9 18:12:16 2009 -0400

    Document bugfixes in the LocalizedDateTime API for upgraders

diff --git a/UPGRADING b/UPGRADING
index b6dd0de..78b42a0 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -36,6 +36,12 @@ It will prompt you for each custom field with categories that it
 finds, and the name of the custom field to create to store the
 categories.
 
+If you were using the LocalizedDateTime RT::Date formatter from code
+and passing a DateFormat or TimeFormat argument, you need to switch from 
+the strftime methods to the cldr methods (ie full_date_format becomes date_format_full)
+You may have done this from your RT_SiteConfig.pm by using
+Set($DateTimeFormat, { Format => 'LocalizedDateTime', DateFormat => 'medium_date_format' );
+
 UPGRADING FROM 3.8.3 and earlier - Changes:
 
 Arguments to the NotifyGroup Scrip Action need

-----------------------------------------------------------------------


More information about the Rt-commit mailing list