1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Merge pull request #3934 from Razzlegames/epocConvert

Added epoc to dictionary converter (for human readable display when only given an epoc time)
This commit is contained in:
Rémi Verschelde
2016-03-10 15:00:58 +01:00
2 changed files with 73 additions and 3 deletions

View File

@@ -208,6 +208,7 @@ public:
void set_icon(const Image& p_icon);
Dictionary get_date(bool utc) const;
Dictionary get_time(bool utc) const;
Dictionary get_time_from_unix_time(uint64_t unix_time_val) const;
Dictionary get_time_zone_info() const;
uint64_t get_unix_time() const;
uint64_t get_system_time_secs() const;