Package com.atlassian.bamboo.util
Class BambooDateFormatterUtils
java.lang.Object
com.atlassian.bamboo.util.BambooDateFormatterUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
formatRfc3339
(@Nullable Date date) Format date in Rfc339
-
Method Details
-
formatRfc3339
Format date in Rfc339- Parameters:
date
- nullable date- Returns:
null
if date isnull
otherwise date formted in Rfc3339
-
currentDateRfc3339
- Returns:
- current date in Rfc3339
-