mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
9a3ffb8ff7
commit
db276702b3
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ public class Timestamp implements Cloneable, Comparable, Queueable {
|
||||||
// all methods setting the time object must set it in the UTC timezone
|
// all methods setting the time object must set it in the UTC timezone
|
||||||
private DateTime time;
|
private DateTime time;
|
||||||
|
|
||||||
// TODO: is this DateTimeFormatter thread safe?
|
|
||||||
private static DateTimeFormatter iso8601Formatter = ISODateTimeFormat.dateTime();
|
private static DateTimeFormatter iso8601Formatter = ISODateTimeFormat.dateTime();
|
||||||
|
|
||||||
private static final LocalDateTime JAN_1_1970 = new LocalDateTime(1970, 1, 1, 0, 0);
|
private static final LocalDateTime JAN_1_1970 = new LocalDateTime(1970, 1, 1, 0, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue