content: replace ISO 8601 with RFC 3339 on the /about page interests (#45)

I'm afraid my relationship with ISO 8601 has come to a quiet end. RFC 3339 is my new best friend.

![Screenshot 2025-06-22 at 12-12-43 RFC 3339 vs ISO 8601.png](/attachments/7a914db9-12b5-4df6-955b-2ff5924f64fb)
https://ijmacd.github.io/rfc3339-iso8601/

Reviewed-on: https://codeberg.org/vlw/vlw.se/pulls/45
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
This commit is contained in:
Victor Westerlund 2025-08-02 13:33:19 +02:00 committed by Victor Westerlund
parent 37f2ac00c3
commit 03492df615

View file

@ -134,7 +134,7 @@
<p>engineering</p> <p>engineering</p>
<p>photography</p> <p>photography</p>
<p>videography</p> <p>videography</p>
<p>ISO&nbsp;8601</p> <p>RFC&nbsp;3339</p>
<p>digital archiving</p> <p>digital archiving</p>
</div> </div>
<script><?= VV::js("public/assets/js/pages/about") ?></script> <script><?= VV::js("public/assets/js/pages/about") ?></script>