Versions in this module Expand all Collapse all v0 v0.2.9 Feb 13, 2024 Changes in this version + const DateFormatDefault + const DateTimeFormatDefault + const TimeFormatDefault + const WI_DATETIME_LOCATION + const WI_DATETIME_LOCATION_DEFAULT + func GetLocation() string + type CurrentDate struct + func (s *CurrentDate) Eval(d ...interface{}) (interface{}, error) + func (s *CurrentDate) Name() string + func (s *CurrentDate) Sig() (paramTypes []data.Type, isVariadic bool) + type CurrentDatetime struct + func (s *CurrentDatetime) Eval(d ...interface{}) (interface{}, error) + func (s *CurrentDatetime) GetCategory() string + func (s *CurrentDatetime) Name() string + func (s *CurrentDatetime) Sig() (paramTypes []data.Type, isVariadic bool) + type CurrentTime struct + func (s *CurrentTime) Eval(d ...interface{}) (interface{}, error) + func (s *CurrentTime) GetCategory() string + func (s *CurrentTime) Name() string + func (s *CurrentTime) Sig() (paramTypes []data.Type, isVariadic bool) + type FormatDate struct + func (s *FormatDate) Eval(params ...interface{}) (interface{}, error) + func (s *FormatDate) GetCategory() string + func (s *FormatDate) Name() string + func (s *FormatDate) Sig() (paramTypes []data.Type, isVariadic bool) + type FormatDatetime struct + func (s *FormatDatetime) Eval(params ...interface{}) (interface{}, error) + func (s *FormatDatetime) GetCategory() string + func (s *FormatDatetime) Name() string + func (s *FormatDatetime) Sig() (paramTypes []data.Type, isVariadic bool) + type FormatTime struct + func (s *FormatTime) Eval(params ...interface{}) (interface{}, error) + func (s *FormatTime) GetCategory() string + func (s *FormatTime) Name() string + func (s *FormatTime) Sig() (paramTypes []data.Type, isVariadic bool) + type Now struct + func (s *Now) Eval(params ...interface{}) (interface{}, error) + func (s *Now) GetCategory() string + func (s *Now) Name() string + func (s *Now) Sig() (paramTypes []data.Type, isVariadic bool)