Documentation
¶
Index ¶
- Variables
- func ConvertB64StringToBytes(b64_string string) (result []byte)
- func ConvertBytesToB64String(bytes []byte) (result string)
- func DeriveKey(shared_secret []byte) []byte
- func FormatTime(input_time *time.Time) (result string)
- func GetFormattedTimeString() (result string)
- func GetFormattedTimeStringOBJ() (result_string string, result_time time.Time)
- func GetNowDateString(now *time.Time) (result string)
- func GetNowTimeOBJ() (result time.Time)
- func GetNowTimeString(now *time.Time) (result string)
- func Get_location(name string) *time.Location
- func IsStringInArray(target string, array []string) bool
- func SetLocation(location_string string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ZoneInfoFS embed.FS
Functions ¶
func ConvertB64StringToBytes ¶ added in v1.0.8
func ConvertBytesToB64String ¶ added in v1.0.8
func FormatTime ¶
func GetFormattedTimeString ¶
func GetFormattedTimeString() (result string)
func GetNowDateString ¶
func GetNowTimeOBJ ¶
func GetNowTimeString ¶
func Get_location ¶
https://stackoverflow.com/questions/48439363/missing-location-in-call-to-time-in thanks bro
func IsStringInArray ¶
func SetLocation ¶
func SetLocation(location_string string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.