This log details design and functional changes to the website and its underlying CMS. Use this forum to report site errors, request new features or suggest changes.
This is an open, public forum. It is unmoderated and uncensored. Keep it that way by respecting others. You can participate in this forum anonymously and without registration, although you are invited to register to enjoy additional facilities. Please review the terms and conditions of usage before posting.
Topic: RSS Feed Revised | ||
I have added a full Dublin Core timestamp to each item in each feed. This means that new articles will appear in your RSS reader with a proper time, rather than the “00:00:00” they previously displayed. | ||
I have now adjusted this once more since the times were recorded as time + 1hr (due to the server currently running with Daylight Savings Time). I now check Perl’s “(localtime)[8]”, if it returns “1” then DST is in effect and I compensate accordingly. If it returns “0”, then DST is not in effect and no further action is required. |