Re: date function source

2016-08-17 Thread Claus Ibsen
It uses the JDK Date API so whatever it uses - is used by Camel. On Wed, Aug 17, 2016 at 3:20 PM, Mark Lybarger wrote: > i have a camel route that uses a date function: > > .setProperty("dateNow",simple("${date:now:HHmmssSSS}")) > .log("dateNow:${property.dateNow}") > > I'm curious what controls

date function source

2016-08-17 Thread Mark Lybarger
i have a camel route that uses a date function: .setProperty("dateNow",simple("${date:now:HHmmssSSS}")) .log("dateNow:${property.dateNow}") I'm curious what controls the date stamp here. on some systems, it uses clock time, and on some it uses gmt time. on my windows system, it uses clock time,