utc time format code example
Example 1: datetime utcnow
from datetime import datetime
datetime.utcnow()
Example 2: Datetime to utc format
string foo = yourDateTime.ToUniversalTime()
.ToString("yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fff'Z'");
Example 3: utc time
Coordinated Universal Time