set Date Time
suspend fun setDateTime(datetime: LocalDateTime, utcOffset: UtcOffset, isDaylightSavings: Boolean): Result<Unit>
Set the camera's date and time.
Note! The camera certificate's used by gopro.features.CohnFeature require that this time is correct. It is not recommended to set this manually.
Parameters
datetime
date and time
utc Offset
UTC offset in minutes
is Daylight Savings
true if daylight savings time. false otherwise