<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.keyboardmaestro.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.keyboardmaestro.com/feed.php">
        <title>Keyboard Maestro Wiki</title>
        <description></description>
        <link>https://wiki.keyboardmaestro.com/</link>
        <image rdf:resource="https://wiki.keyboardmaestro.com/_media/wiki/logo.png" />
       <dc:date>2026-05-22T09:26:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/HOUR?rev=1695194703&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/TIME?rev=1695195106&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/DAY?rev=1695194294&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/DOW?rev=1695194638&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/JD?rev=1695184401&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/MINUTE?rev=1695194699&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/MJD?rev=1695191614&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/MONTH?rev=1695194282&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/NOW?rev=1695195020&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/SECOND?rev=1695194752&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.keyboardmaestro.com/function/YEAR?rev=1695194260&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.keyboardmaestro.com/_media/wiki/logo.png">
        <title>Keyboard Maestro Wiki</title>
        <link>https://wiki.keyboardmaestro.com/</link>
        <url>https://wiki.keyboardmaestro.com/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/HOUR?rev=1695194703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:25:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>HOUR</title>
        <link>https://wiki.keyboardmaestro.com/function/HOUR?rev=1695194703&amp;do=diff</link>
        <description>HOUR Function

The HOUR([unixtime]) function returns the hour (0-23) in the local time zone, either the current hour, or the hour of the specified unixtime.
HOUR() === the current hour
HOUR( unixtime ) === the hour of the unix time
See Also

Actions

	* Filter (Process Text Tokens)</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/TIME?rev=1695195106&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:31:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>TIME</title>
        <link>https://wiki.keyboardmaestro.com/function/TIME?rev=1695195106&amp;do=diff</link>
        <description>TIME Function

The TIME() function returns the time in unixtime, being seconds since the start of 1970 GMT.
TIME() === NOW() === the current unix time (GMT).
TIME( year, month, day ) === the unix time of the start of the year/month/day (GMT).
TIME( year, month, day, hour, minute, second ) === the unix time of the specified moment (GMT).</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/DAY?rev=1695194294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:18:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DAY</title>
        <link>https://wiki.keyboardmaestro.com/function/DAY?rev=1695194294&amp;do=diff</link>
        <description>DAY Function

The DAY([unixtime]) function returns the day of the month (1-31), either the current day, or the day of the specified unixtime.
DAY() === the current day
DAY( unixtime ) === the day of the month of the unix time
Unix Time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/DOW?rev=1695194638&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:23:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>DOW</title>
        <link>https://wiki.keyboardmaestro.com/function/DOW?rev=1695194638&amp;do=diff</link>
        <description>DOW Function

The DOW([unixtime]) function returns the day of the week (1=Sunday, 7=Saturday) component from the current time or an optional unixtime.

See Also

Actions

	* Filter (Process Text Tokens)
	* See all Actions

Functions

	* YEAR
	* MONTH
	* DAY
	* DOW
	* HOUR
	* MINUTE
	* SECOND
	* TIME
	* See all Functions

Tokens</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/JD?rev=1695184401&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T04:33:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>JD</title>
        <link>https://wiki.keyboardmaestro.com/function/JD?rev=1695184401&amp;do=diff</link>
        <description>JD Function

The JD() function returns the JulianDate.
JD() === the current JulianDate
JD( year, month, day ) === the JulianDate of the start of the year/month/day
JD( year, month, day, hour, minute, second ) === the JulianDate of the specified moment
See Also</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/MINUTE?rev=1695194699&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:24:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MINUTE</title>
        <link>https://wiki.keyboardmaestro.com/function/MINUTE?rev=1695194699&amp;do=diff</link>
        <description>MINUTE Function

The MINUTE([unixtime]) function returns the minutes (0-59) in the local time zone, either the current minutes, or the minutes of the specified unixtime.
MINUTE() === the current minutes
MINUTE( unixtime ) === the minutes of the unix time
See Also</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/MJD?rev=1695191614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T06:33:34+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MJD</title>
        <link>https://wiki.keyboardmaestro.com/function/MJD?rev=1695191614&amp;do=diff</link>
        <description>MJD Function

The MJD() function returns the MJD (Modified Julian Date).
MJD() === the current Modified Julian Date
MJD( year, month, day ) === the Modified Julian Date of the start of the year/month/day
MJD( year, month, day, hour, minute, second ) === the Modified Julian Date of the specified moment</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/MONTH?rev=1695194282&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:18:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MONTH</title>
        <link>https://wiki.keyboardmaestro.com/function/MONTH?rev=1695194282&amp;do=diff</link>
        <description>MONTH Function

The MONTH([unixtime]) function returns the month (1-12), either the current month, or the month of the specified unixtime.
MONTH() === the current month
MONTH( unixtime ) === the month of the unix time
See Also

Actions

	* Filter (Process Text Tokens)</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/NOW?rev=1695195020&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:30:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>NOW</title>
        <link>https://wiki.keyboardmaestro.com/function/NOW?rev=1695195020&amp;do=diff</link>
        <description>NOW Function

The NOW function returns the current time in unixtime, being seconds since the start of 1970 GMT. 
NOW() === TIME() == the current unix time
It is the same as TIME().

See Also

Actions

	* Filter (Process Text Tokens)
	* See all Actions

Functions

	* YEAR
	* MONTH
	* DAY
	* DOW
	* HOUR
	*</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/SECOND?rev=1695194752&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:25:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SECOND</title>
        <link>https://wiki.keyboardmaestro.com/function/SECOND?rev=1695194752&amp;do=diff</link>
        <description>SECOND Function

The SECOND([unixtime]) function returns the seconds (0-59) in the local time zone, either the current seconds, or the seconds of the specified unixtime.
SECOND() === the current seconds
SECOND( unixtime ) === the seconds of the unix time

See Also</description>
    </item>
    <item rdf:about="https://wiki.keyboardmaestro.com/function/YEAR?rev=1695194260&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T07:17:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>YEAR</title>
        <link>https://wiki.keyboardmaestro.com/function/YEAR?rev=1695194260&amp;do=diff</link>
        <description>YEAR Function

The YEAR([unixtime]) function returns the year, either the current year, or the year of the specified unixtime.
YEAR() === the current year
YEAR( unixtime ) === the year of the unix time
See Also

Actions

	* Filter (Process Text Tokens)
	* See all Actions

Functions</description>
    </item>
</rdf:RDF>
