Blooncyclopedia:Dates and timestamps: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Because almost all ''Bloons'' media to date has been released worldwide at specific timestamps rather than region-specific dates, this wiki uses timestamps for all releases, updates, and events when available and displays them in [[wp:Coordinated Universal Time|Coordinated Universal Time]] (UTC).
Because almost all ''Bloons'' media to date has been released worldwide at specific times rather than region-specific dates, this wiki prefers to use timestamps over dates when such information is available. That way, it's easier to tell what day something released in your time zone instead of leaving it ambiguous.


==How to format timestamps==
==How to format dates and timestamps==
Copy the timestamp and place it inside {{temp|timestamp}}. This template displays the date in UTC and the timestamp when hovered over (or tapped on when using the mobile view). The template will work with a number of timestamp formats.
Copy the timestamp and place it inside {{temp|date}} if it is a date, or {{temp|timestamp}} if it is a timestamp. Both dates and timestamps will be formatted in DD/MM/YYYY, and the timestamp template displays the date in UTC and the timestamp when hovered over (or tapped on when using the mobile view). The templates will work with a number of formats and notations.


{|class="wikitable"
{|class="wikitable"
|+{{temp|date}}
!Input
!Output
|-
|<code>19 aug 2007</code>
|{{date|19 aug 2007}}
|-
|<code>December 15, 2011</code>
|{{date|December 15, 2011}}
|}
{|class="wikitable"
|+{{temp|timestamp}}
!Input
!Input
!Output
!Output
Line 17: Line 29:
|{{timestamp|@1717882640}}
|{{timestamp|@1717882640}}
|}
|}
==When a timestamp can't be found==
If a date is given by an official source, but not a timestamp, the {{temp|date}} parameter should be used instead. This formats the date in the same notation, but does not display a timestamp when hovered over or tapped. This template also works with many formats. Ideally, timestamps should be used when available.


==How to find timestamps==
==How to find timestamps==
*'''Steam''': Look the game up on [https://steamdb.info/ SteamDB]. Note that the release date shown on the game's main page is for the initial release and does not list release dates for platforms that gained support post-release (for example, macOS support for ''[[Bloons TD 6]]'').
*'''Steam''': Look the game up on [https://steamdb.info/ SteamDB]. Note that the release date shown on the game's main page is for the initial release and does not list release dates for platforms that gained support post-release (for example, macOS support for ''[[Bloons TD 6 (mobile)|Bloons TD 6]]'').
*'''Google Play''': Using Inspect Element, search for scripts that start with <code>AF_initDataCallback</code>. One of them will have an array that looks like <code>["Aug 28, 2018",[1535459641,183000000]]</code> — the number in the middle is the timestamp and can be formatted as <code><nowiki>{{timestamp|@1535459641}}</nowiki></code> ({{timestamp|@1535459641}}).
*'''Google Play''': Using Inspect Element on the game's page, search for scripts that start with <code>AF_initDataCallback</code>. One of them will have an array that looks like <code>["Aug 28, 2018",[1535459641,183000000]]</code> — the number in the middle is the timestamp and can be formatted as <code><nowiki>{{timestamp|@1535459641}}</nowiki></code> ({{timestamp|@1535459641}}).
==Navigation==
==Navigation==
{{blooncyclopedia nav}}
{{blooncyclopedia nav}}
[[Category:Wiki policies]]
[[Category:Wiki policies]]

Latest revision as of 18:43, 26 August 2024

Because almost all Bloons media to date has been released worldwide at specific times rather than region-specific dates, this wiki prefers to use timestamps over dates when such information is available. That way, it's easier to tell what day something released in your time zone instead of leaving it ambiguous.

How to format dates and timestamps

Copy the timestamp and place it inside {{date}} if it is a date, or {{timestamp}} if it is a timestamp. Both dates and timestamps will be formatted in DD/MM/YYYY, and the timestamp template displays the date in UTC and the timestamp when hovered over (or tapped on when using the mobile view). The templates will work with a number of formats and notations.

{{date}}
Input Output
19 aug 2007 19 August 2007
December 15, 2011 15 December 2011
{{timestamp}}
Input Output
2013-02-10T18:16:41-05:00 10 February 2013
2021-06-14T20:36:50Z 14 June 2021
@1717882640 8 June 2024

How to find timestamps

  • Steam: Look the game up on SteamDB. Note that the release date shown on the game's main page is for the initial release and does not list release dates for platforms that gained support post-release (for example, macOS support for Bloons TD 6).
  • Google Play: Using Inspect Element on the game's page, search for scripts that start with AF_initDataCallback. One of them will have an array that looks like ["Aug 28, 2018",[1535459641,183000000]] — the number in the middle is the timestamp and can be formatted as {{timestamp|@1535459641}} (28 August 2018).