---
title: "admGetJVMTimezone"
canonical: "https://support.appfire.com/space/PSJC/465600535/admGetJVMTimezone"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Returns the JVM timezone.

Returns the JVM timezone. Normally this is GMT-0

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetJVMTimezone() | **Package** | adm |
| **Alias** |  | **Pkg Usage** | getJVMTimezone() |

## Return Type

**string**

## Example

```javascript
use "adm";
return admGetJVMTimezone()
```

## See also

> Macro (contentbylabel)