> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/getting-started/import-and-export/date-formats-used-during-imports-and-exports.md).

# インポートおよびエクスポート中に使用される日付形式

[インポート](https://help.clickup.com/hc/en-us/articles/6311468482455-Getting-Started-Guide/importing-into-clickup)および[エクスポート](https://help.clickup.com/hc/en-us/articles/6310786693015-Data-Portability-Export-your-Workspace-s-Data)中に日付を読み取り、ClickUpにさまざまな形式で提供します。

### **通常** <a href="#gjdgxs" id="gjdgxs"></a>

* 曜日、日付、時刻、タイムゾーンオフセット
* 英語の書式設定
* 特定の時間が指定されていない日付フィールドは、フィールドを設定しているユーザーの現地タイムゾーンの午前４時に設定されます。\
  **例**：「**May 30, 2019, PST**」は

「**Monday,** **May 30th, 2019, 4:00:00 a.m.–07:00**」になりま&#x3059;**。**

### **ISO（国際規格）** <a href="#id-30j0zll" id="id-30j0zll"></a>

* 年、月、日、(T)時刻
* ハイフン（「-」）で区切られた日付番号
* コロン（「:」）で区切られた時刻番号
* 10未満の日付値の前にはゼロが付きます。\
  **例：**「**May 30, 2019**」は**2019-05-30T11:00:00.000Z**となります。

### **POSIX** <a href="#id-1fob9te" id="id-1fob9te"></a>

* 1970年1月1日から経過したミリ秒数。
* この形式は、マシンが読み取り、計算や比較を実行するのが最も簡単です。
* Unix time、Unix epoch、Unixタイムスタンプとも呼ばれます。
* 素晴らしい変換ツールがここにあります：<https://www.epochconverter.com/>。\
  **例：**「**May 30, 2019**」は**1559178061000**になります。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.dxable.com/clickup/getting-started/import-and-export/date-formats-used-during-imports-and-exports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
