i have an api that created with C#. that api use jwt for auth.. inside jwt has a property called exp that contain Unix TImeSpan of expire date in UTC Format. so now how to get current date-time as utc format and compare it to expire date?
TL;DR : i want current time as Unix TimeSpan UTC and Compare it with my own Unix TimeSpan UTC.