Friendlist returns 'T' between the date and time

Issue #4 resolved
Ratan Dhawtal created an issue

Friendlist returns 'T' between the date and time & +01:00 isn't necessarily for the friends list. 2007-10-28T18:30:00+01:00

Comments (2)

  1. Michael Johnson

    It's an RFC 3389 timestamp, which is a very minor variation on ISO 8601. Most software will be able to parse the format, and some even have the format built-in for parsing.

    Note that the +1:00 is the offset from UTC for the timezone in which PHP is set (and respects DST changes). It can be discarded.

  2. Log in to comment