Hi, when I call the timestamp() function of a LocalDateTime, I don't get a UTC timestamp but a 'local' timestamp. Because timestamp is defined in the documentation as an UTC time this seems to be a bug to me.
Calling LocalDateTime utc().timestamp() returns the correct UTC timestamp, so I think this should replace the current timestamp() function.
Ronny





