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

[Suggestion] Set RTC to OS time #1167

Open
NiQ1 opened this issue Dec 30, 2024 · 3 comments
Open

[Suggestion] Set RTC to OS time #1167

NiQ1 opened this issue Dec 30, 2024 · 3 comments

Comments

@NiQ1
Copy link

NiQ1 commented Dec 30, 2024

I loved the addition of the "fixclock" command.
It would be really nice if there were an option to set the RTC to whatever time you set the OS clock manually through XMB date and time settings.

@aldostools
Copy link
Owner

aldostools commented Dec 30, 2024

The web command has 3 modes:
/fixclock.ps3 - auto-fix the PS3 date using the wm_config.bin date if the current date is before 2024-12-24
/fixclock.ps3?2025-01-01 - sets the specific date indicated in the command. The date format is yyyy-mm-dd (ISO 8601 format)
/fixclock.ps3?E2EA0BE8548000 - sets RTC date and time to the internal value in hexadecimal format.

To set the date & time from XMB it would require a complex GUI, but there is already a GameOS setting that do that.

If someone wants to improve the command, the code is found here:
https://github.com/aldostools/webMAN-MOD/blob/master/include/feat/clock.h

@NiQ1
Copy link
Author

NiQ1 commented Dec 30, 2024

The web command has 3 modes: /fixclock.ps3 - auto-fix the PS3 date using the wm_config.bin date if the current date is before 2024-12-24 /fixclock.ps3?2025-01-01 - sets the specific date indicated in the command. The date format is yyyy-mm-dd (ISO 8601 format) /fixclock.ps3?E2EA0BE8548000 - sets RTC date and time to the internal value in hexadecimal format.

To set the date & time from XMB it would require a complex GUI, but there is already a GameOS setting that do that.

If someone wants to improve the command, the code is found here: https://github.com/aldostools/webMAN-MOD/blob/master/include/feat/clock.h

I'm not exactly sure what GUI is needed.
I just meant take the system time value that the user set through the existing "Set time manually" option in XMB (Settings -> Date and Time) and set the hardware clock to that value.

@aldostools
Copy link
Owner

I'm not sure how to do what you suggest. The source code is there if you or some other developer want to experiment with new features.

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

No branches or pull requests

2 participants