// Time defines a _Unix Timestamp_ encoded as epoch seconds in JSON
//
// It is also able to create _time.Time_ with a specific timezone from
// this _UTC_ timestamp that have https://www.iana.org/time-zones[IANA compatible zone names].
// In order to create such _time.Time_ use the extension function
// @WithTimeZone.
type Time time.Time
the internal_parser prints the ast (meaning not supported):
When generating a source with
the internal_parser prints the ast (meaning not supported):
Line 17 is:
type Time time.Time
.