You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ha...@apache.org on 2015/02/02 08:31:18 UTC

oozie git commit: OOZIE-1836. Documenation is wrong for the timestamp() EL Function. (Meenakshi Lakshmanan via harsh).

Repository: oozie
Updated Branches:
  refs/heads/master eebff9d35 -> 43d420914


OOZIE-1836. Documenation is wrong for the timestamp() EL Function. (Meenakshi Lakshmanan via harsh).


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/43d42091
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/43d42091
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/43d42091

Branch: refs/heads/master
Commit: 43d420914a7502f1d16341b74d40554c807a8db9
Parents: eebff9d
Author: Harsh J <ha...@cloudera.com>
Authored: Mon Feb 2 12:58:00 2015 +0530
Committer: Harsh J <ha...@cloudera.com>
Committed: Mon Feb 2 12:58:00 2015 +0530

----------------------------------------------------------------------
 docs/src/site/twiki/WorkflowFunctionalSpec.twiki | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/43d42091/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
----------------------------------------------------------------------
diff --git a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
index 4833bce..905055d 100644
--- a/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
+++ b/docs/src/site/twiki/WorkflowFunctionalSpec.twiki
@@ -1775,8 +1775,8 @@ It returns the URL UTF-8 encoded value of the given string. A string with =null=
 
 *String timestamp()*
 
-It returns the UTC current date and time in W3C format down to the second (YYYY-MM-DDThh:mm:ss.sZ). I.e.:
-1997-07-16T19:20:30.45Z
+It returns the current datetime in ISO8601 format, down to minutes (yyyy-MM-ddTHH:mmZ), in the Oozie's processing timezone,
+i.e. 1997-07-16T19:20Z
 
 *String toJsonStr(Map<String, String>)* (since Oozie 3.3)