Lines Matching full:timestamp
37 private static final long timestamp = 1000000000000L;
45 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC);
76 * 'date' must be used only with the explicit '!!timestamp' tag.
86 * '!!timestamp' tag.
106 * !!timestamp must be used, without it the implicit tag will be ignored
109 * Since the timestamp contains ':' character it cannot use plain scalar
111 * style and that is why the explicit '!!timestamp' is present in the YAML
120 DateTime etalon = new DateTime(timestamp, DateTimeZone.UTC);
128 "!!examples.jodatime.MyBean {date: !!timestamp '2001-09-09T01:46:40Z', id: id123}\n",
143 if (nnode.getTag().equals(new Tag("tag:yaml.org,2002:timestamp"))) {
144 Construct dateConstructor = yamlConstructors.get(Tag.TIMESTAMP);