Hey,
I use Monday API to create items on the board. Here is an example:
mutation { create_item (board_id: 1794893900, item_name: "WLCM - Test - ON-SITE - Test class - Yoga - Oct 25 03:10 (1H)", column_values: "{\\"onsite_or_virtual\\":\\"ON-SITE\\",\\"date7\\":{\\"date\\":\\"2022-10-25\\",\\"time\\":\\"03:00:00\\"},\\"date_1\\":{\\"date\\":\\"2022-10-25\\",\\"time\\":\\"03:10:00\\"}}") { id } }
It is crucial, that the time was saved exactly how it was passed.
But when I check the board the time shows incorrectly Oct 25, 06:00 AM.
Monday API wrong displayed time
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.