DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5000>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5000 Setting timezone on tstamp task ? Summary: Setting timezone on tstamp task ? Product: Ant Version: 1.4.1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] the tstamp task should be extended with a timezone property/attribute which should make it possible to overrule the default timezone. This could e.g. be used to ensure timestamps always are in UTC time which is what CVS are using for its comparions. example: <tstamp> <format property="today" timezone="UTC"/> </tstamp> Will set the property ${today} with the time calculated with respect to the timezone UTC. The timezone should just be the ones available through the TimeZone class in Java. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
