naive_utcfromtimestamp# API documentation for tradingstrategy.utils.time.naive_utcfromtimestamp Python function. naive_utcfromtimestamp(timestamp)[source]# Get naive UTC datetime from UNIX time. Fixes for Python 3.12 compatibility https://blog.miguelgrinberg.com/post/it-s-time-for-a-change-datetime-utcnow-is-now-deprecated Parameters: timestamp (float | int) – Return type: datetime