TwiN
TwiN
@timoreimann Any news? 👀
See https://github.com/TwiN/gatus/pull/318#issuecomment-1396512518
For the best user experience, you'd probably want to use the timezone of the user visiting the web page rather than the timezone of the OS, which is what I...
There's no need for per-user configurations. You can use something like `Intl.DateTimeFormat().resolvedOptions().timeZone` in the browser to get the user's timezone, and then you could pass this as a parameter to...
@kaseyhackspace That's correct. The backend stores all of this using unix time, and the frontend displays said unix timestamp using the browser's preferred timezone. In contrast, the svg badge is,...
@chr1st1ank If you can resolve the conflicts, I'll merge it. Sorry for the trouble 😔
@chr1st1ank Thank you so much for your contribution (and patience 😂), I appreciate it!
Implemented by #396
@coggsflod Let me know when you've completed the requested change 🙏
Hey, sorry about the delay. I think you misunderstood how false positives work. Adding "assault" would cover for assault* (assault, assaulting, assaults, assaulting, etc.), but instead, you explicitly added every...