ConvertPosixTime — RedM Natives
0xAC97AF97FA68E5D5 · NETWORK · all
`` Takes the specified time and writes it to the structure specified in the second argument. struct date_time { int year; int PADDING1; int month; int PADDING2; int day; int PADDING3; int hour; int PADDING4; int minute; int PADDING5; int second; int PADDING6; }; ``
Parameters
| Name | Type |
|---|---|
| posixTime | int |
| timeStructure | Any* |
Returns
void