Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
def
format_sequential_number(sequential_number: int) -> str:
201
return
format(sequential_number,
"x"
).zfill(8)
202
203
204
def
get_ft_billing_data_for_today_updated_at() -> str | None:
Callers
3
serialize_for_csv
Method · 0.90
get_unsubscribe_request_report_for_download
Function · 0.90
test_process_report_request_should_return_correct_rows
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_process_report_request_should_return_correct_rows
Function · 0.72