0

Time/Clock Event user variable

Does anybody has an idee how to format the XML time variable in order to have it worked with a Time/Clock Event?

Got this so far, doesn't seem to work...

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
    <item>
        <title>Parking Curfew</title>
        <description>12:40</description>
    </item>
</channel>
</rss>

1 comment

  • 0
    Avatar
    Nick Young
    • Specify with user variable: Select this option if you want to use the value of a User Variable to specify the date and time. Choose a variable from the dropdown list. The value of the variable must be in this format: “yyyy-mm-ddThh:mm:ss”. For example, if you would like the event to occur on December 20, 2016 at 3:45PM, then you would use the value “2016-12-20T15:45:00”.

    https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370671938/Time+Clock

    I'd imagine if you're trying to populate the variable from an XML feed, you'd need it to match that format.

Please sign in to leave a comment.