Does this need internet access?
No for the weekday calculation itself. It can be computed locally.
A weekday is a deterministic property of a calendar date. For dates in the Gregorian calendar, the day can be calculated from the year, month and day without an external database.
1 January 2000 was a Saturday. A correct Gregorian weekday calculation returns the same answer every time because no estimate is involved.
Weekday lookup is useful for birthdays, anniversaries, archival dates and planning questions where you know the date but not the day name. It is also an easy example of a result that can be computed locally without a database.
For a valid Gregorian date the weekday result is exact. The main caveat appears with historical civil dates from places or eras that used a different calendar, where conversion conventions need extra context.
No for the weekday calculation itself. It can be computed locally.
Calendar systems and date-conversion conventions changed across places and eras.
For ordinary modern dates EgoTools treats weekday output as exact Gregorian calendar arithmetic.
The tool logic is treated as the reference for calculations. Worked examples are checked against the same method, external facts are sourced where relevant, and wording is reviewed so exact results, estimates and entertainment are not presented as the same thing.