# server_utc

### Description

@short: Enables converting server-side dates from UTC to a local time zone (and backward) while sending data to the server

@signature: server_utc: boolean

### Example

~~~jsx
gantt.config.server_utc = true;
 
gantt.init("gantt_here");
~~~

**Default value:** false
