---
title: JSONDecoder.DateDecodingStrategy.secondsSince1970
framework: foundation
role: symbol
role_heading: Case
path: foundation/jsondecoder/datedecodingstrategy-swift.enum/secondssince1970
---

# JSONDecoder.DateDecodingStrategy.secondsSince1970

The strategy that decodes dates in terms of seconds since midnight UTC on January 1st, 1970.

## Declaration

```swift
case secondsSince1970
```

## See Also

### Epoch Formats

- [JSONDecoder.DateDecodingStrategy.millisecondsSince1970](foundation/jsondecoder/datedecodingstrategy-swift.enum/millisecondssince1970.md)
