<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SensorKit",
  "identifier" : "/documentation/SensorKit/SRAbsoluteTime/current()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "SensorKit"
    ],
    "preciseIdentifier" : "c:@F@SRAbsoluteTimeGetCurrent"
  },
  "title" : "current()"
}
-->

# current()

Provides the current absolute time.

```
static func current() -> SRAbsoluteTime
```

## Return Value

The absolute time of the current device.

## Discussion

Each device has their own absolute time. This function returns the absolute time of the [`current`](/documentation/SensorKit/SRDevice/current) device.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)