Edit of asset "LocalTime" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | LocalTime | LocalTime |
Description |
A class for local time. Not compatible with DST. How to use # Create object var t = LocalTime.now() # Setter / Getter t.day = 15 print(t.month) # Add time t.add_days(100) t.hour += 48 # Format print(t.format("{lweekday}, {month}/{day}/{year}")) |
A class for local time. Not compatible with DST. How to use # Create object var t = LocalTime.now() # Setter / Getter t.day = 15 print(t.month) # Add time t.add_days(100) t.hour += 48 # Format print(t.format("{lweekday}, {month}/{day}/{year}")) |
Category | Scripts | Scripts |
License | CC0 | CC0 |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/nekofleet/local-time | https://github.com/nekofleet/local-time |
Issues Url | https://github.com/nekofleet/local-time/issues | https://github.com/nekofleet/local-time/issues |
Godot version | Godot 4.0 | Godot 4.0 |
Version String | 1.0.0 | 1.0.0 |
Download Commit | fc390f5a539003d21714d524610b8582efba678c | fc390f5a539003d21714d524610b8582efba678c |
Download Url (Computed) | https://github.com/nekofleet/local-time/archive/fc390f5a539003d21714d524610b8582efba678c.zip | https://github.com/nekofleet/local-time/archive/fc390f5a539003d21714d524610b8582efba678c.zip |
Icon Url |
https://raw.githubusercontent.com/nekofleet/local-time/main/icon.png
![]() |
https://raw.githubusercontent.com/nekofleet/local-time/main/icon.png
![]() |