-
-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Is your feature request related to existing pfSense functionality that is missing from the API? Please describe.
The pfsense API doesn't have an option to change the pfsense timezone. This option does exist in the web GUI under system -> general setup -> localization
If a change in this area is made in any case, maybe an option to change the entire localization settings should be added:
/api/v2/system/localization
The most important thing for me is the ability to change Timezone
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
To match the web GUI, add a route /api/v2/system/localization with the fields Timezone, Timeservers and language
I will stress again, the most important thing for me is the ability to change Timezone
Describe alternatives you've considered
None
Thank you