AMXX-BG.INFO unixtime.inc Functions

unixtime functions

All callable symbols documented in this include, grouped by declaration type.

Stocks

Name Signature
GetTimeZone stock TimeZones:GetTimeZone() {
IsLeapYear stock IsLeapYear( const iYear ) {
SecondsInMonth stock SecondsInMonth( const iYear , const iMonth ) {
TimeToUnix stock TimeToUnix( const iYear , const iMonth , const iDay , const iHour , const iMinute , const iSecond , TimeZones:tzTimeZone=UT_TIMEZONE_UTC) {
UnixToTime stock UnixToTime( iTimeStamp , &iYear , &iMonth , &iDay , &iHour , &iMinute , &iSecond , TimeZones:tzTimeZone=UT_TIMEZONE_UTC ) {