DateTimeHelper
uk.gov.hmrc.apiplatform.modules.common.services.DateTimeHelper
object DateTimeHelper
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DateTimeHelper.type
Members list
Extensions
Extensions
extension (localDate: LocalDate)
Converts a LocalDate to an Instant, assuming the LD was created in the UTC time zone.
Converts a LocalDate to an Instant, assuming the LD was created in the UTC time zone.
Attributes
extension (me: LocalDateTime)
Converts a LocalDateTime to an Instant, assuming the LDT was created in the UTC time zone.
Converts a LocalDateTime to an Instant, assuming the LDT was created in the UTC time zone.
Attributes
extension (me: Instant)
Converts an Instant to a LocalDate, assuming "local" is in the UTC time zone. Note: truncates the time
Converts an Instant to a LocalDate, assuming "local" is in the UTC time zone. Note: truncates the time
Attributes
Converts an Instant to a LocalDateTime, assuming "local" is in the UTC time zone.
Converts an Instant to a LocalDateTime, assuming "local" is in the UTC time zone.
Attributes
In this article