mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #233] [Bug]: Setting a queued print from archive uses default date format #149
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MemorianX on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/233
Originally assigned to: @maziggy on GitHub.
Bug Description
I have my date set to dd/mm/yyyy and time to 24H, if I queue a print from the archive it ask me to select dates using mm/dd/yyyy and 12H
Expected Behavior
To select time using the format set in settings
Steps to Reproduce
queue a print from archive
Printer Model
A1
Bambuddy Version
v0.1.6.2
Printer Firmware Version
01.07.02.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 3, 2026):
Fixed in branch 0.1.7b. Please let me know if it works for you.
@leoschwarz commented on GitHub (Feb 3, 2026):
Hi @maziggy , first of all thank you for making this cool project which is something I personally had on my todo list for a while now too.
I experience the same issue with bambuddy v0.1.7 and a German locale & timezone.
When I try to save this queue entry:
This is what happens after I save, it swaps month & day, and converts the datetime to UTC (assuming the date is indeed April 2, it would be a 2 hour difference).
I normally work around this type of issue by storing the datetime in UTC always and then having the client convert it to the correct time zone or back to UTC when calling the sever, but it seems like here something is going wrong.
@maziggy commented on GitHub (Feb 4, 2026):
Please use branch 0.1.8b and let me know if it works now.
@leoschwarz commented on GitHub (Feb 4, 2026):
@maziggy With 0.1.8b the time is correct but the date still does swap month and day.
In the editor, I put 5.2.2026 16:45 (5th February 2026) and this is what I am ending up:
If I can help create a proper test case for this I can look into it on the weekend.
@leoschwarz commented on GitHub (Feb 4, 2026):
I'm not sure if this was different in 0.1.7, but now I can correct the date in the picker after saving for the first time. It only seems to be a problem when creating the queue item initially.
@maziggy commented on GitHub (Feb 5, 2026):
Should be fixed in branch 0.1.8b. Please let me know if it works now.