docs: add section on relationships

This commit is contained in:
Stevan Freeborn
2023-04-21 11:02:07 -05:00
parent b2ac193c91
commit a788a63ede
10 changed files with 131 additions and 5 deletions
+2
View File
@@ -1 +1,3 @@
# Dates and Times {% #dates %}
Onspring stores date/time information in UTC (Coordinated Universal Time), and the API expects to pass UTC data back and forth. The Onspring GUI converts the UTC value to the appropriate display value depending on your instance configuration and a user's profile settings. This means that when you are working with dates and times via the API, you need to be expecting to send and receive dates in UTC.