Make WordPress Core

Changeset 3279


Ignore:
Timestamp:
12/08/2005 12:08:12 AM (18 years ago)
Author:
ryan
Message:

Add timezone to iso8601 timestamp. Props devlogic. fixes #2036

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-IXR.php

    r2622 r3279  
    626626    }
    627627    function getIso() {
    628         return $this->year.$this->month.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->second;
     628        return $this->year.$this->month.$this->day.'T'.$this->hour.':'.$this->minute.':'.$this->second.$this->timezone;
    629629    }
    630630    function getXml() {
Note: See TracChangeset for help on using the changeset viewer.