Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix date bug, with dates single digit day dates #1

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dulvui
Copy link
Contributor

@dulvui dulvui commented Oct 21, 2024

There was a bug where dates with single digit days caused problems with the day mapping.
For example this years conference is on 8/11/2024 and my function created the string "8-11-2024" instead of "08-11-2024" so the 0 was missing.
Now I removed that function and only use Godot's internal time conversion functions.

@RudiThoeni RudiThoeni merged commit e448f59 into noi-techpark:main Oct 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants