Skip to content
Snippets Groups Projects
Commit 291d40e9 authored by buczekp's avatar buczekp
Browse files

[LMS-1285] fixed timestamp field validation

SVN: 13581
parent 121a09f6
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ package ch.systemsx.cisd.openbis.generic.shared.basic;
/**
* Definition of basic constants. Can be used by server and GWT client.
*
* @author Franz-Josef Elmer
* @author Franz-Josef Elmer
*/
public class BasicConstant
{
......@@ -56,7 +56,7 @@ public class BasicConstant
/**
* Canonical date format pattern used to render dates in GUI in a more readable way.
*/
public static final String RENDERED_CANONICAL_DATE_FORMAT_PATTERN = "yyyy-MM-dd HH:mm:ss zzz";
public static final String RENDERED_CANONICAL_DATE_FORMAT_PATTERN = "yyyy-MM-dd HH:mm:ss ZZZZ";
private BasicConstant()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment