Skip to content

Instantly share code, notes, and snippets.

@jdcommer
jdcommer / timezones.md
Last active November 4, 2025 09:35
IANA Timezones - Sample List by UTC Offset

IANA Timezones - Sample List by UTC Offset

UTC-12:00

  • Etc/GMT+12

UTC-11:00

  • Pacific/Pago_Pago
  • Pacific/Midway
  • US/Samoa
@jdcommer
jdcommer / 0_reuse_code.js
Created August 6, 2014 15:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
SET global general_log = 1;
SET global log_output = 'table';
select * from mysql.general_log order by event_time desc;