# Form designer: How to display GMT dates

**URL:** https://discuss.workflowgen.com/t/form-designer-how-to-display-gmt-dates/251
**Category:** Form Designer
**Created:** [July 30, 2013, 3:48am UTC](https://discuss.workflowgen.com/t/form-designer-how-to-display-gmt-dates/251 "2013-07-30T03:48:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wfg-admin](https://yyz2.discourse-cdn.com/flex030/user_avatar/discuss.workflowgen.com/wfg-admin/32/714_2.png) [@wfg-admin](https://discuss.workflowgen.com/u/wfg-admin)
#### Post date: [July 30, 2013, 3:48am UTC](https://discuss.workflowgen.com/t/form-designer-how-to-display-gmt-dates/251/1 "2013-07-30T03:48:40Z")

</div>

In WorkflowGen, datetime data iare stored with the GMT timezone in the WorkflowGen database. By default datetime data are converted to the user’s timezone and displayed with the user’s culture in the web form and the User Portal.

If you want to display the datetime data in GMT, follow the procedure below (available since version 5.5.1).

#### 1. In the Form Designer

For the corresponding fields containing the dates, add the `TimeZoneConversion` custom attribute with the value `false`.

#### 2. In the Administration Module

For each corresponding process data, you have to change the data settings on the **Data** tab in the process information screen.

- For the **Time zone** setting, select **GMT**.

- For the **Format** setting, select **Custom (user-defined)** and type enter the format pattern you want (such as `dd/mm/yyyy`).
