- Android SDK
ossService.setCustomStandardTimeWithEpochSec(int currentEpochTimeInSec); // epoch时间,从1970年1月1日00:00:00 UTC经过的秒数
2.0.1版本之后支持自动同步服务器时间,进行校准。
- iOS SDK
NSTimeInterval currentEpochTimeInSec = 1429605946.0; [ossService setCustomStandardTimeWithEpochSec:currentEpochTimeInSec]; // epoch时间,从1970年1月1日00:00:00 UTC经过的秒数
- .NET SDK
可通过Client配置项SetCustomEpochTicks接口进行设置。