()
| 71 | # ----- END Code to replace Python 2.3 functionality ----- |
| 72 | |
| 73 | def _getlang(): |
| 74 | # Figure out what the current language is set to. |
| 75 | return locale.getlocale(locale.LC_TIME) |
| 76 | |
| 77 | class LocaleTime: |
| 78 | """Stores and handles locale-specific information related to time. |