UTCTimeTag
struct UTCTimeTag : LeafTag
Returns a string describing a time, expressed as a ISO8601 time string in the GMT timezone.
That is: 20221103T002152Z
.
Usage in Leaf templates:: #UTCTime(time) -> String
-
Declaration
Swift
func render(_ ctx: LeafContext) throws -> LeafData