akismet-kotlin/docs/net.thauvin.erik.akismet/-akismet/date-to-gmt.md
2020-03-05 22:46:41 -08:00

1.2 KiB

docs / net.thauvin.erik.akismet / Akismet / dateToGmt

dateToGmt

@JvmStatic fun dateToGmt(date: Date): String (source)

Convert a date to a UTC timestamp. (ISO 8601)

See Also

AkismetComment.dateGmt

AkismetComment.postModifiedGmt

@JvmStatic fun dateToGmt(date: LocalDateTime): String (source)

Convert a locale date/time to a UTC timestamp. (ISO 8601)

See Also

AkismetComment.dateGmt

AkismetComment.postModifiedGmt