A datetime format consisting of several dateparts:
This is the full datetime stamp: `2023-04-22 14:47:91.000000`
it is comprised of several parts Red is the date, orange is the time: <mark class="hltr-red">2023-04-22</mark> <mark class="hltr-orange">14:47:91.000000</mark>
Of the date fields
red is the year: <mark class="hltr-red">2023</mark>-04-22 14:47:91.000000
orange is the month: 2023-<mark class="hltr-orange">04</mark>-22 14:47:91.000000
yellow is the day: 2023-04-<mark class="hltr-yellow">22</mark> 14:47:91.000000
green is the hour: 2023-04-22 <mark class="hltr-green">14</mark>:47:91.000000
Aqua is the minute: 2023-04-22 14:<mark class="hltr-aqua">47</mark>:91.000000
Blue is the second: 2023-04-22 14:47:<mark class="hltr-blue">91</mark>.000000
Purple is the nano-second: 2023-04-22 14:47:91.<mark class="hltr-purple">000000</mark>
The <mark class="hltr-red">Year</mark>, <mark class="hltr-orange">month</mark>, and <mark class="hltr-yellow">day</mark> are separated by <mark class="hltr-grey">dashes</mark>
The Date and Time are separated by a <mark class="hltr-grey">space</mark>
The <mark class="hltr-green">hour</mark>, <mark class="hltr-aqua">minute</mark>, and <mark class="hltr-blue">second</mark> are separated by <mark class="hltr-grey">colons</mark>
The <mark class="hltr-blue">Second</mark> and <mark class="hltr-purple">Nano-Second</mark> are separated by a <mark class="hltr-grey">period</mark>
<mark class="hltr-red">2023</mark><mark class="hltr-grey">-</mark><mark class="hltr-orange">04</mark><mark class="hltr-grey">-</mark><mark class="hltr-yellow">22</mark><mark class="hltr-grey"> </mark><mark class="hltr-green">14</mark><mark class="hltr-grey">:</mark><mark class="hltr-aqua">47</mark><mark class="hltr-grey">:</mark><mark class="hltr-blue">91</mark><mark class="hltr-grey">.</mark><mark class="hltr-purple">000000</mark>