The issue seems to be with the format="%I". For some reason we were adding 1 to the hour. We will update this. If you use Self, jformat or format="%X" it will have the correct hour.
<aiml> <category> <pattern>time</pattern> <template><date timezone="+4" format="%I:%M%p"/> -- <date timezone="+4" format="%X"/> -- <self>Date.setTimeZone(Date.time(), "GMT+4")</self></template> </category> </aiml>
|