MCPcopy Create free account
hub / github.com/alphagov/notifications-api / utc_string_to_bst_string

Function utc_string_to_bst_string

app/utils.py:200–201  ·  view source on GitHub ↗
(utc_string: str)

Source from the content-addressed store, hash-verified

198
199
200def format_sequential_number(sequential_number: int) -> str:
201 return format(sequential_number, "x").zfill(8)
202
203
204def get_ft_billing_data_for_today_updated_at() -> str | None:

Calls

no outgoing calls