MediaWiki master
MediaWiki\Utils\MWTimestamp Class Reference

Library for creating and parsing MW-style timestamps. More...

Inherits ConvertibleTimestamp.

Collaboration diagram for MediaWiki\Utils\MWTimestamp:

Public Member Functions

 getRelativeTimestamp (MWTimestamp $relativeTo=null, UserIdentity $user=null, Language $lang=null, array $chosenIntervals=[])
 Generate a purely relative timestamp, i.e., represent the time elapsed between the given base timestamp and this object.
 
 getTimezoneMessage ()
 Get the localized timezone message, if available.
 
 offsetForUser (UserIdentity $user)
 Adjust the timestamp depending on the given user's preferences.
 

Static Public Member Functions

static getInstance ( $ts=false)
 Get a timestamp instance in GMT.
 
static getLocalInstance ( $ts=false)
 Get a timestamp instance in the server local timezone ($wgLocaltimezone)
 

Detailed Description

Library for creating and parsing MW-style timestamps.

Based on the JS library that does the same thing.

Stability: newable
Since
1.20

Definition at line 48 of file MWTimestamp.php.

Member Function Documentation

◆ getInstance()

static MediaWiki\Utils\MWTimestamp::getInstance ( $ts = false)
static

Get a timestamp instance in GMT.

Parameters
bool | string$tsTimestamp to set, or false for current time
Returns
MWTimestamp The instance

Definition at line 55 of file MWTimestamp.php.

◆ getLocalInstance()

static MediaWiki\Utils\MWTimestamp::getLocalInstance ( $ts = false)
static

Get a timestamp instance in the server local timezone ($wgLocaltimezone)

Since
1.22
Parameters
bool | string$tsTimestamp to set, or false for current time
Returns
MWTimestamp The local instance

Definition at line 151 of file MWTimestamp.php.

References MediaWiki\MediaWikiServices\getInstance(), and MediaWiki\MainConfigNames\Localtimezone.

◆ getRelativeTimestamp()

MediaWiki\Utils\MWTimestamp::getRelativeTimestamp ( MWTimestamp $relativeTo = null,
UserIdentity $user = null,
Language $lang = null,
array $chosenIntervals = [] )

Generate a purely relative timestamp, i.e., represent the time elapsed between the given base timestamp and this object.

Parameters
MWTimestamp | null$relativeToRelative base timestamp (defaults to now)
UserIdentity | null$userUse to use offset for
Language | null$langLanguage to use
array$chosenIntervalsIntervals to use to represent it
Returns
string Relative timestamp

Definition at line 95 of file MWTimestamp.php.

References MediaWiki\MediaWikiServices\getInstance(), and wfMessage().

◆ getTimezoneMessage()

MediaWiki\Utils\MWTimestamp::getTimezoneMessage ( )

Get the localized timezone message, if available.

Premade translations are not shipped as format() may return whatever the system uses, localized or not, so translation must be done through wiki.

Since
1.27
Returns
Message The localized timezone message

Definition at line 133 of file MWTimestamp.php.

References wfMessage().

◆ offsetForUser()

MediaWiki\Utils\MWTimestamp::offsetForUser ( UserIdentity $user)

Adjust the timestamp depending on the given user's preferences.

Since
1.22
Parameters
UserIdentity$userUser to take preferences from
Returns
DateInterval Offset that was applied to the timestamp

Definition at line 67 of file MWTimestamp.php.

References MediaWiki\MediaWikiServices\getInstance(), and MediaWiki\MainConfigNames\LocalTZoffset.

Referenced by Language\getHumanTimestamp().


The documentation for this class was generated from the following file: