Skip to content

Update support hours to 4:00 AM – 5:00 PM UTC#2912

Merged
stnguyen90 merged 3 commits intomainfrom
copilot/update-support-hours
Mar 11, 2026
Merged

Update support hours to 4:00 AM – 5:00 PM UTC#2912
stnguyen90 merged 3 commits intomainfrom
copilot/update-support-hours

Conversation

Copy link
Contributor

Copilot AI commented Mar 11, 2026

Support availability window changes from 16:00–23:59 UTC to 04:00–17:00 UTC.

Changes

  • store.ts β€” isSupportOnline() online check updated from hour >= 16 to hour >= 4 && hour < 17
  • supportWizard.svelte β€” workTimings.start updated from '16:00' β†’ '04:00', workTimings.end updated from '00:00' β†’ '17:00'
  • support.svelte β€” supportTimings display updated from '16:00'–'00:00' to '04:00'–'17:00'
  • store.test.ts β€” All boundary tests updated to reflect the new 04:00–17:00 UTC window
// Before
if (hour >= 16) return true;

// After
if (hour >= 4 && hour < 17) return true;

✨ Let Copilot coding agent set things up for you β€” coding agent works faster and does higher quality work when set up for your repo.

@appwrite
Copy link

appwrite bot commented Mar 11, 2026

Console (appwrite/console)

Project ID: 688b7bf400350cbd60e9

Sites (1)
Site Status Logs Preview QR
Β console-stage
688b7cf6003b1842c9dc
Ready Ready View Logs Preview URL QR Code

Tip

Preview deployments create instant URLs for every branch and commit

Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
Copilot AI changed the title [WIP] Update support hours to 3:30 AM to 12 AM Update support hours to 3:30 AM – 12 AM UTC Mar 11, 2026
@stnguyen90
Copy link
Contributor

stnguyen90 commented Mar 11, 2026

image image

@stnguyen90 stnguyen90 marked this pull request as ready for review March 11, 2026 21:55
Copy link
Contributor

@stnguyen90 stnguyen90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot actually let's change the hours to 04:00 to 17:00 UTC.

Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 11, 2026

@copilot actually let's change the hours to 04:00 to 17:00 UTC.

Updated to 04:00–17:00 UTC in 4ac0e38. The isSupportOnline() logic is now a simple hour >= 4 && hour < 17 check (no minute handling needed), and both display components reflect the new window.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • o1.ingest.sentry.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/console/console/node_modules/.bin/vitest run (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title Update support hours to 3:30 AM – 12 AM UTC Update support hours to 4:00 AM – 5:00 PM UTC Mar 11, 2026
@stnguyen90 stnguyen90 requested a review from eldadfux March 11, 2026 22:15
@stnguyen90 stnguyen90 merged commit 96eeac0 into main Mar 11, 2026
3 checks passed
@stnguyen90 stnguyen90 deleted the copilot/update-support-hours branch March 11, 2026 22:50
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

Successfully merging this pull request may close these issues.

3 participants