14 lines
577 B
Markdown
14 lines
577 B
Markdown
[docs](../../index.md) / [net.thauvin.erik.akismet](../index.md) / [AkismetComment](index.md) / [dateGmt](./date-gmt.md)
|
|
|
|
# dateGmt
|
|
|
|
`var dateGmt: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`?` [(source)](https://github.com/ethauvin/akismet-kotlin/tree/master/src/main/kotlin/net/thauvin/erik/akismet/AkismetComment.kt#L162)
|
|
|
|
The UTC timestamp of the creation of the comment, in ISO 8601 format.
|
|
|
|
May be omitted if the comment is sent to the API at the time it is created.
|
|
|
|
**See Also**
|
|
|
|
[Akismet.dateToGmt](../-akismet/date-to-gmt.md)
|
|
|