Package com.semedy.reasoner.general
Class TestTimeUtils
java.lang.Object
com.semedy.reasoner.general.TestTimeUtils
Utils used to produce the correct expected time string.
- Author:
- Kevin Angele
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getExpectedDateTime
(String dateTime) Always get the time in UTC.
-
Constructor Details
-
TestTimeUtils
public TestTimeUtils()
-
-
Method Details
-
getExpectedDateTime
Always get the time in UTC.- Parameters:
dateTime
- that should be converted to UTC- Returns:
- utc time in semreasoner format
-