MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / parseDateTimeStringNow

Method parseDateTimeStringNow

test/utils/TestDateTime.java:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 @Test
75 public void parseDateTimeStringNow() {
76 long t = DateTime.parseDateTimeString("now", null);
77 assertEquals(t, 1357300800000L);
78 }
79
80 @Test
81 public void parseDateTimeStringRelativeS() {

Callers

nothing calls this directly

Calls 1

parseDateTimeStringMethod · 0.95

Tested by

no test coverage detected