Version: 2019
Type: Features
Category: Programming
Subcategory: Origin C
Jira: ORG-18559
Added two functions to convert the date value from/to system time for inner python: Date2datetime() and Datetime2Date()
For example:
import PyOrigin dateT = PyOrigin.Date2datetime(2458310.5811) date = PyOrigin.datetime2Date(dateT)