The OpenD Programming Language

Timestamp.withOffset

Attaches local offset, doesn't adjust other fields. Local-time offsets may be represented as either hour*60+minute offsets from UTC, or as the zero to denote a local time of UTC. They are required on timestamps with time and are not allowed on date values.

struct Timestamp
@safe pure nothrow @nogc const
withOffset
(
short minutes
)

Meta