aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRémi Verschelde2016-03-10 15:00:58 +0100
committerRémi Verschelde2016-03-10 15:00:58 +0100
commit042f8bf88c331197b05e9b250b48ef3f5632b4fe (patch)
tree6ddb45ffa982ad02087c0ebd23b2fecfc1ba94a6 /core/bind/core_bind.h
parentb5f873c9d132ea80b3f221b3bfd149d02f4f2aac (diff)
parent866e47ec5458c26296dc8296888d686535d57030 (diff)
downloadgodot-042f8bf88c331197b05e9b250b48ef3f5632b4fe.tar.gz
godot-042f8bf88c331197b05e9b250b48ef3f5632b4fe.tar.zst
godot-042f8bf88c331197b05e9b250b48ef3f5632b4fe.zip
Merge pull request #3934 from Razzlegames/epocConvert
Added epoc to dictionary converter (for human readable display when only given an epoc time)
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index 64a4e94ae..7b3494ebc 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -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;