> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# SYSTIME

> The SYSTIME function returns the current system time and is not affected by Client-side time adjustments. It is ideal for scenarios such as check-in and attendance tracking to prevent cheating. Supported across multiple YiDA scenarios, including form fields, workflow design, and integration & automation.

The **SYSTIME** function returns the current system time.

<Note>
  Even if the Client-side time has been manually adjusted, the SYSTIME function is not affected and still returns the server time. This helps prevent time-tampering fraud in scenarios such as check-in and attendance tracking.
</Note>

## Supported Scenarios

The SYSTIME function is supported in the following YiDA scenarios:

* Form (main table fields)
* Form (business Association rules)
* Form (validation)
* Workflow design (validation rules)
* Workflow design (Association actions)
* Integration & automation
* Workflow node
* Connector

## Syntax

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
SYSTIME()
```

## Return Value

| **Return type** | **Description**                                             |
| --------------- | ----------------------------------------------------------- |
| Date object     | Returns a Date object representing the current system time. |

## Example

As shown below, use the `SYSTIME()` function to assign the current system time to a **Date Component**.

## Try It Out

Returns the current time, which produces the same result as the SYSTIME function.
