time

package
v0.0.0-...-b196e69 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2025 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Overview

Package time provides time formatting utilities for the Drycc Platform.

Index

Constants

View Source
const DryccDatetimeFormat = "2006-01-02T15:04:05MST"

DryccDatetimeFormat is the standard date/time representation used in Drycc.

View Source
const PyOpenSSLTimeDateTimeFormat = "2006-01-02T15:04:05"

PyOpenSSLTimeDateTimeFormat is a different date format to deal with the pyopenssl formatting http://www.pyopenssl.org/en/stable/api/crypto.html#OpenSSL.crypto.X509.get_notAfter

Variables

This section is empty.

Functions

This section is empty.

Types

type Time

type Time struct {
	*time.Time
}

Time represents the standard datetime format used across the Drycc Platform.

func (*Time) MarshalJSON

func (t *Time) MarshalJSON() ([]byte, error)

MarshalJSON implements the json.Marshaler interface. The time is a quoted string in Drycc' datetime format.

func (*Time) UnmarshalJSON

func (t *Time) UnmarshalJSON(data []byte) error

UnmarshalJSON implements the json.Unmarshaler interface. The time is expected to be a quoted string in Drycc' datetime format.

func (*Time) UnmarshalText

func (t *Time) UnmarshalText(data []byte) error

UnmarshalText implements the encoding.TextUnmarshaler interface. The time is expected to be in Drycc' datetime format.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL