"TimeZone" (Text Content Type)
[Experimental]
Text identified as the name of a time zone.
Details

- "TimeZone" can be used in TextCases, TextPosition and TextContents.
- "TimeZone" corresponds to any mention of a time zone (real or not real) in the context of the text.
- Homonyms of time zones that are not time zones should not be detected as "TimeZone" (if the context allows disambiguation).
- TextCases[…,"TimeZone""Interpretation"] attempts to return entities of type "TimeZone", as Interpreter["TimeZone"] does.
- Any specific "TimeZone" entity such as can also be used as a content type in TextCases, TextPosition and TextContents.
Examples
Basic Examples (3)Summary of the most common use cases
Find occurrences of time zones in a text:
In[1]:=1

✖
https://wolfram.com/xid/0x9f4enoh51z97jj588odxcy-qzf3s2
Out[1]=1

Get the result as a list of "TimeZone" entities:
In[2]:=2

✖
https://wolfram.com/xid/0x9f4enoh51z97jj588odxcy-n3etrp
Out[2]=2

A similar result can be obtained by applying Interpreter["TimeZone"] to text snippets:
In[3]:=3

✖
https://wolfram.com/xid/0x9f4enoh51z97jj588odxcy-c2b62n
Out[3]=3

Get properties about occurrences of time zones:
In[1]:=1

✖
https://wolfram.com/xid/0x9f4enoh51z97jj588odxcy-tzqvbo
Out[1]=1

Find mentions of Europe/London in a text:
In[1]:=1

✖
https://wolfram.com/xid/0x9f4enoh51z97jj588odxcy-s1idr
Out[1]=1
