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

Timezone change #10

Open
k1geki opened this issue May 21, 2024 · 2 comments
Open

Timezone change #10

k1geki opened this issue May 21, 2024 · 2 comments

Comments

@k1geki
Copy link

k1geki commented May 21, 2024

I have limited knowledge of php, I'd like to set the default timezone and also to remove the buble next to the text. Could you tell me how to achieve this?
image

@pe7er
Copy link
Owner

pe7er commented May 21, 2024

Hi @k1geki ,

The default timezone = the timezone specified in Global Configuration.

The "bubble" next to the text is a HTML list item bullet.
You could add some CSS to disable the bullet:
ul { list-style-type: none; margin: 0; padding: 0; }

@k1geki
Copy link
Author

k1geki commented May 21, 2024

Global config timezone doesn't change anything, server side change doesn't do anything either, is it possible to change it via your code in php(To make it default somehow, the list thing resolved thank you)?

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