dgtlmoon / dgtlmoon/sockpuppetbrowser

timezone support for changedetection

Open
#27 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
141
Forks
21
Avg merge
1d 21h
Merged PRs (30d)
9

Description

this issue is related to changedetection but since the fix is in the alpine image of sockpuppetbrowser i create it here.
when using changedetection to check websites for free appointments, it was showing me the appointments in wrong times. I checked the changedetection timezone in GUI settings and it was correct. I realized later that issue is that sockpuppetbrowser does not have timezone support but defaults to some timezone (not the desired one).

workaround: execute below in the container as root
$apk add tzdata
$ln -s /usr/share/zoneinfo/Europe/Brussels /etc/localtime

maybe the tzdata could be added in the image and localtime could be set from the main tzdata in changedetection settings?

thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.