1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This submodule contains the compiled offline fallback snapshot for time-scale
data.
- --
The bundled snapshot includes UTC-TAI and Delta T data. It intentionally does
not include EOP points.
```bash
sed -n '1,120p' archive/src/time/bundled/time_data.provenance.toml
sed -n '1,80p' archive/src/time/bundled/snapshot.rs
```
Do not edit `snapshot.rs` manually. Regenerate it through the time-data
updater:
```bash
cd archive
cargo run --features fetch --bin siderust-archive-update-time-data -- --archive-root .
```
Enable the `time` feature and call
`siderust_archive::time::bundled::bundled_time_data` when an offline fallback
is acceptable.