Searched refs:isUtc (Results 1 – 3 of 3) sorted by relevance
108 public boolean isUtc() { in isUtc() method in BipDateTime122 return d.isUtc() == isUtc() && d.getTime() == getTime(); in equals()136 if (isUtc()) { in toString()
61 private void testParse(String date, Date expectedDate, boolean isUtc, String expectedStr) { in testParse() argument64 Assert.assertEquals(isUtc, bipDateTime.isUtc()); in testParse()71 Assert.assertTrue(bipDate.isUtc()); in testCreate()
62 Assert.assertEquals(isCreatedUtc, attachment.getCreatedDate().isUtc()); in testParse()69 Assert.assertEquals(isModifiedUtc, attachment.getModifiedDate().isUtc()); in testParse()86 Assert.assertTrue(attachment.getCreatedDate().isUtc()); in testCreate()93 Assert.assertTrue(attachment.getModifiedDate().isUtc()); in testCreate()