Documentation ¶
Index ¶
- Constants
- func GetExecutableModTime() time.Time
- func GetLangTimeFormat(lang string) string
- func GetTimeFormat(lang string) string
- func MinutesToFriendly(minutes int, lang translation.Locale) string
- func Set(now time.Time)
- func TimeSince(then time.Time, lang translation.Locale) template.HTML
- func TimeSincePro(then time.Time, lang translation.Locale) string
- func TimeSinceUnix(then TimeStamp, lang translation.Locale) template.HTML
- func Unset()
- type TimeStamp
- func (ts TimeStamp) Add(seconds int64) TimeStamp
- func (ts TimeStamp) AddDuration(interval time.Duration) TimeStamp
- func (ts TimeStamp) AsLocalTime() time.Time
- func (ts TimeStamp) AsTime() (tm time.Time)
- func (ts TimeStamp) AsTimeInLocation(loc *time.Location) (tm time.Time)
- func (ts TimeStamp) AsTimePtr() *time.Time
- func (ts TimeStamp) AsTimePtrInLocation(loc *time.Location) *time.Time
- func (ts TimeStamp) Format(f string) string
- func (ts TimeStamp) FormatDate() string
- func (ts TimeStamp) FormatInLocation(f string, loc *time.Location) string
- func (ts TimeStamp) FormatLong() string
- func (ts TimeStamp) FormatShort() string
- func (ts TimeStamp) IsZero() bool
- func (ts TimeStamp) Year() int
Constants ¶
const ( Minute = 60 Hour = 60 * Minute Day = 24 * Hour Week = 7 * Day Month = 30 * Day Year = 12 * Month )
Seconds-based time units
Variables ¶
This section is empty.
Functions ¶
func GetExecutableModTime ¶ added in v1.16.0
GetExecutableModTime get executable file modified time of current process.
func GetLangTimeFormat ¶
GetLangTimeFormat represents the default time format for the language
func MinutesToFriendly ¶
func MinutesToFriendly(minutes int, lang translation.Locale) string
MinutesToFriendly returns a user friendly string with number of minutes converted to hours and minutes.
func TimeSincePro ¶
func TimeSincePro(then time.Time, lang translation.Locale) string
TimeSincePro calculates the time interval and generate full user-friendly string.
func TimeSinceUnix ¶
func TimeSinceUnix(then TimeStamp, lang translation.Locale) template.HTML
TimeSinceUnix calculates the time interval and generate user-friendly string.
Types ¶
type TimeStamp ¶
type TimeStamp int64
TimeStamp defines a timestamp
func (TimeStamp) AddDuration ¶
AddDuration adds time.Duration and return sum
func (TimeStamp) AsLocalTime ¶ added in v1.17.2
AsLocalTime convert timestamp as time.Time in local location
func (TimeStamp) AsTimeInLocation ¶
AsTimeInLocation convert timestamp as time.Time in Local locale
func (TimeStamp) AsTimePtrInLocation ¶
AsTimePtrInLocation convert timestamp as *time.Time in customize location
func (TimeStamp) FormatDate ¶ added in v1.12.0
FormatDate formats a date in YYYY-MM-DD server time zone
func (TimeStamp) FormatInLocation ¶
FormatInLocation formats timestamp as given format with spiecific location
func (TimeStamp) FormatLong ¶
FormatLong formats as RFC1123Z
func (TimeStamp) FormatShort ¶
FormatShort formats as short