Time Zones Are Hard - https://tz.rita.moe
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't need to execute that JS every time

+2
+2
index.php
··· 289 289 &copy; <?= date('Y') ?> Kody - Made with 🍮<br/> 290 290 <a href="https://thenounproject.com/icon/wall-clock-5456766/" target="_blank" title="Wall Clock Icon" rel="noopener">Wall Clock by Basicon</a> from Noun Project (CC BY 3.0) 291 291 </footer> 292 + <?php if ($_COOKIE['has-js'] !== '1') { ?> 292 293 293 294 <script> 294 295 // Save on the document size if user has JavaScript ··· 296 297 date.setTime(date.getTime() + (1000 * 60 * 60 * 24 * 365)) 297 298 document.cookie = 'has-js=1; expires=' + date.toUTCString() + '; path=/' 298 299 </script> 300 + <?php } ?> 299 301 </body> 300 302 </html>