Search found 2 matches

by cschushe
Wed Mar 05, 2008 5:23 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: GMT Time
Replies: 1
Views: 5848

GMT Time

Has anyone created a function that returns the current date/time in GMT zone. I had used GMT=FROMDATETIME( CURRENTDATETIME( ), "{+/-ZZZZ}" ) // Calculate the hour difference between CST and GMT time zone. =ADDMINUTES( ADDHOURS( CURRENTDATETIME( ), TEXTTONUMBER( MID( GMT, 2, 2 ) ) ), TEXTTO...
by cschushe
Tue Jan 15, 2008 2:55 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Type Tree for Audit Logs
Replies: 1
Views: 3118

Type Tree for Audit Logs

Is there a type tree that describes an audit log with all the options turned on? If not then is there an XML schema that could be imported into a type tree?