RE: simple language Unix timestamp

2014-03-27 Thread Olaf
thanks! it works producing java currentTimeMillis. What I need is currentTimeMillis / 1000L Can simple evaluate it? -- View this message in context: http://camel.465427.n5.nabble.com/simple-language-Unix-timestamp-tp5749433p5749439.html Sent from the Camel - Users mailing list archive at Nabble

RE: simple language Unix timestamp

2014-03-27 Thread Siano, Stephan
Hi, I haven't actually tried it out, but simple("${bean:java.lang.System?method=currentTimeMillis}") might help you. Best regards Stephan -Original Message- From: Olaf [mailto:omgolafg...@gmail.com] Sent: Donnerstag, 27. März 2014 13:25 To: users@camel.apache.org Subject: simple languag