Timezone in VBCS application
Summary
How to change a date to be shown in my timezoneContent
Hi,
I'm trying to show a date in a VBCS form application but it shows the date in GMT 00.
How can I change it to show in GMT -3.
<template slot="entrada">
<oj-input-date-time value='[[typeof $current.data === "string" ? $current.data : null]]' readonly="true" :id="[['oj-input-date-time--1812834425-1-' + $current.index]]" style="width: 100px;" converter='{"type":"datetime","options":{"pattern":"dd/MM/yy HH:mm"}}'></oj-input-date-time>
</template>
Thanks,
Samuel
0