Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

bluetclbutton 228 B

1234567
  1. #!/usr/bin/wish
  2. button .b -text $argv -command exit -background blue
  3. label .lab -text [clock format [clock seconds] -format "%H:%M"] -background blue
  4. .lab configure -relief groove -borderwidth 2
  5. pack .b .lab -side top -fill x