<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>timestamp on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/timestamp/</link><description>Recent content in timestamp on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/timestamp/index.xml" rel="self" type="application/rss+xml"/><item><title>How to create a timestamp variable</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/how-to-create-a-timestamp-variable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/how-to-create-a-timestamp-variable/</guid><description>This can be created by taking the following steps:
Step 1: enable Developer mode
Step 2: add a script variable
function(callback, variables) { var date = new Date(); callback(date) } That&amp;rsquo;s it! You can use this variable - {{timestamp}} in the example above - in your chat or in your response connections!</description></item></channel></rss>