Skip to content

NoiTheCat/WorldTime

Repository files navigation

World Time

A social time zone reference tool!

ko-fi

Documentation, help, resources

Running your own instance

You need:

Edit config.example.json as needed and save it as settings.json.

Set up the database and dependencies:

$ dotnet restore
$ dotnet tool restore
$ dotnet ef database update -- -c path/to/settings.json

Build the executable:

$ dotnet publish src/WorldTime/WorldTime.csproj -c Release -o . \
    -p:PublishSingleFile=true -p:DebugType=None

This will produce WorldTime.exe (Windows) or WorldTime (Linux/macOS). Place it wherever you like along with your settings.json. Requires .NET 10 runtime.

About

Discord bot for keeping track of user time zones.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors