<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ATime_zone%2Fregex</id>
	<title>Template:Time zone/regex - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://moasspedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3ATime_zone%2Fregex"/>
	<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Time_zone/regex&amp;action=history"/>
	<updated>2026-04-12T11:13:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://moasspedia.org/w/index.php?title=Template:Time_zone/regex&amp;diff=33384&amp;oldid=prev</id>
		<title>Wikipedia&gt;Gonnym: /* top */bypass redirect</title>
		<link rel="alternate" type="text/html" href="https://moasspedia.org/w/index.php?title=Template:Time_zone/regex&amp;diff=33384&amp;oldid=prev"/>
		<updated>2021-12-02T16:36:40Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;top: &lt;/span&gt;bypass redirect&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Some [[regular expressions]] that may help working with the [[tz database]] data&lt;br /&gt;
&lt;br /&gt;
If performed in this order, it will convert +- to NSEW&lt;br /&gt;
 search ^-&lt;br /&gt;
 replace S&lt;br /&gt;
 search ^+&lt;br /&gt;
 replace N&lt;br /&gt;
 search -&lt;br /&gt;
 replace W&lt;br /&gt;
 search +&lt;br /&gt;
 replace E&lt;br /&gt;
&lt;br /&gt;
If +- is converted to NSEW:&lt;br /&gt;
 search ([NS])([0-9]{2})([0-9]{2})[0-9]{0,2}([EW])([0-9]{3})([0-9]{2})[0-9]{0,2}&lt;br /&gt;
 replace $2|$3|$1|$5|$6|$4&lt;br /&gt;
 result: all entries will have DD|MM|NS|DDD|MM|EW format - needed by [[template:coord]]&lt;br /&gt;
&lt;br /&gt;
Converted data might be stored at [[template:Time zone/coord]]&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Gonnym</name></author>
	</entry>
</feed>