Skip to content

Commit

Permalink
📝Update Playground Link in README (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Sep 30, 2022
1 parent 90f1b0d commit 8198736
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Then you need a conversion logic for your `time.Time`s.
This library does the conversion for you.

## How To Use
See [Go Playground](https://go.dev/play/p/Xsng2cjWU-Z) for a minimal working example.
See [Go Playground](https://go.dev/play/p/rnaj2E2A9xn) for a minimal working example.

Note that this library only modifies timestamps, that are 06:00 German local time (if we're dealing with Gas) or 00:00 German local time (if we're _not_ dealing with Gas).
It won't shift arbitrary timestamps, so in most cases in your application you don't have to manually check if the conversion shall be applied to specific data constellations but only generally think about whether a `time.Time` is interpreted differently by different systems.

## Implicit Requirements

Expand Down

0 comments on commit 8198736

Please sign in to comment.