[Rt-commit] rt branch, master, updated. rt-4.1.6-408-gf7879c8

Thomas Sibley trs at bestpractical.com
Wed Apr 3 12:02:47 EDT 2013


The branch, master has been updated
       via  f7879c8da668182a304807687752b35a0165fd17 (commit)
      from  3482c7bfde532b1e6938ab772b6b711f56c661ca (commit)

Summary of changes:
 lib/RT/Date.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit f7879c8da668182a304807687752b35a0165fd17
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Apr 2 22:02:49 2013 -0700

    Correct the documented defaults used by RT::Date->LocalizedDateTime

diff --git a/lib/RT/Date.pm b/lib/RT/Date.pm
index d362197..6272542 100644
--- a/lib/RT/Date.pm
+++ b/lib/RT/Date.pm
@@ -667,8 +667,8 @@ sub LocaleObj {
 Returns date and time as string, with user localization.
 
 Supports arguments: C<DateFormat> and C<TimeFormat> which may contains date and
-time format as specified in L<DateTime::Locale> (default to full_date_format and
-medium_time_format), C<AbbrDay> and C<AbbrMonth> which may be set to 0 if
+time format as specified in L<DateTime::Locale> (default to C<date_format_full> and
+C<time_format_medium>), C<AbbrDay> and C<AbbrMonth> which may be set to 0 if
 you want full Day/Month names instead of abbreviated ones.
 
 =cut

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


More information about the Rt-commit mailing list