happy 25-hour day, dst-ers!
remember to set back your ttf clock here:
http://www.thinktankforums.com/editprofile.php
we might utilize more advanced (and less ubiquitous) php features in the future which will make this unnecessary.
mysql> SELECT username, dst_scheme FROM ttf_user WHERE dst_scheme IS NOT NULL;
+----------+------------+
| username | dst_scheme |
+----------+------------+
| lucas | na_mdt |
| bluet | eu |
| nestor | na_edt |
+----------+------------+
3 rows in set (0.00 sec)
mysql>
hahaha
now nine whole people are using it!
mysql> SELECT user_id, username, dst_scheme FROM ttf_user WHERE dst_scheme IS NOT NULL;
+---------+-------------+------------+
| user_id | username | dst_scheme |
+---------+-------------+------------+
| 1 | lucas | na_mdt |
| 3 | asemisldkfj | na_edt |
| 9 | bluet | eu |
| 33 | larz | na_mdt |
| 47 | nestor | na_edt |
| 414 | Étrangère | na_mdt |
| 1906 | Weasley | eu |
| 2200 | Kazuki | na_cdt |
| 2457 | ohjames | na_edt |
+---------+-------------+------------+
9 rows in set (0.00 sec)