ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util/FormatName.java
(Generate patch)

Comparing projects/cms/source/util/uk/org/iscream/cms/util/FormatName.java (file contents):
Revision 1.6 by tdb, Sun Feb 25 20:49:29 2001 UTC vs.
Revision 1.7 by tdb, Mon Feb 26 00:46:17 2001 UTC

# Line 64 | Line 64 | public class FormatName {
64       * @return The string to be written to the log.
65       */
66      public static String formatLogLine(String source, int verbosity, String message){
67 <        String date = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM).format(new Date());
67 >        String date = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM, Locale.UK).format(new Date());
68          return "[" + date + "] [" + VERBOSITY_NAMES[verbosity] + "] " + source + ": " + message;
69      }
70  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines