[GH-ISSUE #62] Timestamp issue in debug mode #45

Closed
opened 2026-02-27 20:05:08 +03:00 by kerem · 1 comment
Owner

Originally created by @tomballgithub on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/62

Local time is 22:29 but the debug timestamp is 16:29. It's odd because normally I'd expect to see GMT when time zone is wrong but this is off 6 hours the wrong direction.

Timestamp:                              Fri 06 Feb 2026, 22:28:47
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[DEBUG 16:28:47] [XXX] Fetching profile data from Instagram API...
[DEBUG 16:29:01] [XXX] Profile loaded: followers=191, following=4426, posts=1
[DEBUG 16:29:01] [XXX] Story available: False
[DEBUG 16:29:01] [XXX] UI Data Update: targets=['XXX']
[DEBUG 16:29:01] [XXX] After check: manual_recheck_active=False
* Check #2 completed for XXX ...

Timestamp:                              Fri 06 Feb 2026, 22:29:01
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[DEBUG 16:29:01] [XXX] UI Data Update: targets=['XXX']
[DEBUG 16:29:01] [XXX] UI Data Update: check_count=2
Target:                                 XXX
Last check:                             Fri 06 Feb 2026, 22:28:47
Next check:                             Sat 07 Feb 2026, 09:55:38 (in 11 hours, 26 minutes)
Check interval:                         11 hours, 26 minutes (Fri 06 Feb 11:02 - 22:29)

Timestamp:                              Fri 06 Feb 2026, 22:29:01
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────
[DEBUG 16:29:01] [XXX] Check #2 completed
[DEBUG 16:29:01] [XXX] BeHuman: simulation start with probability 1.0 for sleep_seconds of 41197
[DEBUG 16:29:11] [XXX] BeHuman #1: explore feed peek OK
[DEBUG 16:29:28] [XXX] BeHuman #2: viewed own profile OK
[DEBUG 16:29:37] [XXX] BeHuman: simulation stop
[DEBUG 16:29:37] [XXX] Sleeping 11 hours, 26 minutes for XXX, resumes at ~09:56:14
[DEBUG 16:29:37] [XXX] Next check scheduled for: Sat 07 Feb 2026, 09:55:38
[DEBUG 16:29:37] [XXX] UI Data Update: targets=['XXX']

Originally created by @tomballgithub on GitHub (Feb 7, 2026). Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/62 Local time is 22:29 but the debug timestamp is 16:29. It's odd because normally I'd expect to see GMT when time zone is wrong but this is off 6 hours the wrong direction. ``` Timestamp: Fri 06 Feb 2026, 22:28:47 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── [DEBUG 16:28:47] [XXX] Fetching profile data from Instagram API... [DEBUG 16:29:01] [XXX] Profile loaded: followers=191, following=4426, posts=1 [DEBUG 16:29:01] [XXX] Story available: False [DEBUG 16:29:01] [XXX] UI Data Update: targets=['XXX'] [DEBUG 16:29:01] [XXX] After check: manual_recheck_active=False * Check #2 completed for XXX ... Timestamp: Fri 06 Feb 2026, 22:29:01 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── [DEBUG 16:29:01] [XXX] UI Data Update: targets=['XXX'] [DEBUG 16:29:01] [XXX] UI Data Update: check_count=2 Target: XXX Last check: Fri 06 Feb 2026, 22:28:47 Next check: Sat 07 Feb 2026, 09:55:38 (in 11 hours, 26 minutes) Check interval: 11 hours, 26 minutes (Fri 06 Feb 11:02 - 22:29) Timestamp: Fri 06 Feb 2026, 22:29:01 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── [DEBUG 16:29:01] [XXX] Check #2 completed [DEBUG 16:29:01] [XXX] BeHuman: simulation start with probability 1.0 for sleep_seconds of 41197 [DEBUG 16:29:11] [XXX] BeHuman #1: explore feed peek OK [DEBUG 16:29:28] [XXX] BeHuman #2: viewed own profile OK [DEBUG 16:29:37] [XXX] BeHuman: simulation stop [DEBUG 16:29:37] [XXX] Sleeping 11 hours, 26 minutes for XXX, resumes at ~09:56:14 [DEBUG 16:29:37] [XXX] Next check scheduled for: Sat 07 Feb 2026, 09:55:38 [DEBUG 16:29:37] [XXX] UI Data Update: targets=['XXX'] ```
kerem closed this issue 2026-02-27 20:05:08 +03:00
Author
Owner

@misiektoja commented on GitHub (Feb 7, 2026):

Thanks, fixed in 868aa170a. Also included the human mode display in summary screen as discussed via Discord (058d967fbb).

<!-- gh-comment-id:3865039880 --> @misiektoja commented on GitHub (Feb 7, 2026): Thanks, fixed in 868aa170a. Also included the human mode display in summary screen as discussed via Discord (058d967fbb0b).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/instagram_monitor#45
No description provided.