ConvertPosixTime — FiveM Natives
0xAC97AF97FA68E5D5 · NETWORK · all
`` Takes the specified time and writes it to the structure specified in the second argument. struct date_time { alignas(8) int year; alignas(8) int month; alignas(8) int day; alignas(8) int hour; alignas(8) int minute; alignas(8) int second; }; ``
Parameters
| Name | Type |
|---|---|
| posixTime | int |
| timeStructure | Any* |
Returns
void