Package com.netflix.genie.web.tasks
Class TaskUtils
java.lang.Object
com.netflix.genie.web.tasks.TaskUtils
Utility methods used by various Genie tasks.
- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Instant
Get exactly midnight (00:00:00.000) UTC for the current day.
-
Constructor Details
-
TaskUtils
protected TaskUtils()Protected constructor for utility class.
-
-
Method Details
-
getMidnightUTC
Get exactly midnight (00:00:00.000) UTC for the current day.- Returns:
- 12 AM UTC.
-