mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Timezone issue #1072
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#1072
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 @pbunluesin on GitHub (May 8, 2022).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
Hello,
Could you please help check time zone for docker image. I found issue that send data to notification with wrong date. I want UTC+7 but it sent UTC.I have already set time zone on docker command also uptime-Kuma UI interface. It still send notification to Line with wrong date.
( not sure if I install with installer will found this issue or not)
docker command
docker run -d --restart=always -e 'TZ=Asia/Bangkok' -v C:\uptime-kuma:/app/data -p 3001:3001 --name uptime-kuma-test louislam/uptime-kuma:1datetime inside docker container

Line notification with wrong timezone

👟 Reproduction steps
👀 Expected behavior
It should send notification with UTC+7
😓 Actual Behavior
It send notification with UTC
🐻 Uptime-Kuma Version
1
💻 Operating System and Arch
Windows
🌐 Browser
Google Chrome
🐋 Docker Version
20.10.12
🟩 NodeJS Version
No response
📝 Relevant log output
No response
@pbunluesin commented on GitHub (May 9, 2022):
I have tried with latest version still found this problem.
@louislam commented on GitHub (May 9, 2022):
Duplicate of #40