mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-07 05:19:17 +00:00
Implemented "ConvertFromUnix" (not sure if it's right but I guess it works?)
This commit is contained in:
@ -7,11 +7,12 @@ namespace Time
|
||||
{
|
||||
struct Clock
|
||||
{
|
||||
uint64_t Year, Month, Day, Hour, Minute, Second;
|
||||
int Year, Month, Day, Hour, Minute, Second;
|
||||
uint64_t Counter;
|
||||
};
|
||||
|
||||
Clock ReadClock();
|
||||
Clock ConvertFromUnix(int Timestamp);
|
||||
|
||||
class time
|
||||
{
|
||||
|
Reference in New Issue
Block a user